aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-12-14 18:33:28 +0000
committerDaniel Jacobowitz <drow@false.org>2006-12-14 18:33:28 +0000
commit6008641eec7579d885ad251aadab19132570ad4d (patch)
tree9325acfc731697e12076102669e364701b546db2 /gas
parentd1cbb4db761d593ea18e8cd3526b0167f857b788 (diff)
downloadgdb-6008641eec7579d885ad251aadab19132570ad4d.zip
gdb-6008641eec7579d885ad251aadab19132570ad4d.tar.gz
gdb-6008641eec7579d885ad251aadab19132570ad4d.tar.bz2
* Makefile.am (YFLAGS): Define.
* Makefile.in: Regenerated.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/Makefile.am4
-rw-r--r--gas/Makefile.in5
3 files changed, 13 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 7bcb1ce..dce27c0 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-14 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * Makefile.am (YFLAGS): Define.
+ * Makefile.in: Regenerated.
+
2006-12-14 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (match_template): Simplify 3 and 4 operand
diff --git a/gas/Makefile.am b/gas/Makefile.am
index af6d9f0..31609e6 100644
--- a/gas/Makefile.am
+++ b/gas/Makefile.am
@@ -12,6 +12,10 @@ tooldir = $(exec_prefix)/$(target_alias)
YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ ; fi`
LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi`
+# 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 =
+
WARN_CFLAGS = @WARN_CFLAGS@
NO_WERROR = @NO_WERROR@
AM_CFLAGS = $(WARN_CFLAGS)
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 5a677e8..bbd6f9a 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@