summaryrefslogtreecommitdiff
path: root/gas/Makefile.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2006-12-14 18:33:28 +0000
committerDaniel Jacobowitz <dan@debian.org>2006-12-14 18:33:28 +0000
commitfe9c50c67f9a484e6f602ebff1942c9a91241458 (patch)
tree2a29d3a865afbac69e65f721e5f400cc7ade7cf6 /gas/Makefile.in
parent63424504a2e6def15731a8af5d10529639a0300d (diff)
downloadbinutils-redhat-fe9c50c67f9a484e6f602ebff1942c9a91241458.tar.gz
* Makefile.am (YFLAGS): Define.
* Makefile.in: Regenerated.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r--gas/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 5a677e8e31..bbd6f9a6b5 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -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@