* Makefile.am (YFLAGS): Define.
[deliverable/binutils-gdb.git] / gas / Makefile.in
index 5a677e8e3150486319550de82d2bc9ef529d672a..bbd6f9a6b5d8e3db3c018d9b8e4c1b58bc90a5c9 100644 (file)
@@ -191,7 +191,10 @@ VERSION = @VERSION@
 WARN_CFLAGS = @WARN_CFLAGS@
 XGETTEXT = @XGETTEXT@
 YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ ; fi`
-YFLAGS = @YFLAGS@
+
+# We have to set this, because autoconf 2.59 does not substitute YFLAGS.
+# Autoconf 2.61 does, so this can be removed when we upgrade.
+YFLAGS = 
 ac_ct_CC = @ac_ct_CC@
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
This page took 0.022806 seconds and 4 git commands to generate.