diff options
-rw-r--r-- | meta/recipes-devtools/bison/bison_3.6.4.bb | 2 |
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" | |||
27 | inherit autotools gettext texinfo | 27 | inherit 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 |
30 | acpaths = "-I ${S}/m4" | 30 | acpaths = "-I ./m4" |
31 | 31 | ||
32 | do_compile_prepend() { | 32 | do_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 |