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