summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/bison/bison_3.5.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.5.3.bb b/meta/recipes-devtools/bison/bison_3.5.3.bb
index 36c29fe4df..e6c169e9db 100644
--- a/meta/recipes-devtools/bison/bison_3.5.3.bb
+++ b/meta/recipes-devtools/bison/bison_3.5.3.bb
@@ -28,7 +28,7 @@ EXTRA_OEMAKE_append = " -l"
28inherit autotools gettext texinfo 28inherit autotools gettext texinfo
29 29
30# The automatic m4 path detection gets confused, so force the right value 30# The automatic m4 path detection gets confused, so force the right value
31acpaths = "-I ${S}/m4" 31acpaths = "-I ./m4"
32 32
33do_compile_prepend() { 33do_compile_prepend() {
34 for i in mfcalc calc++ rpcalc; do mkdir -p ${B}/examples/$i; done 34 for i in mfcalc calc++ rpcalc; do mkdir -p ${B}/examples/$i; done