diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-12-14 18:33:28 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-12-14 18:33:28 +0000 |
commit | 6008641eec7579d885ad251aadab19132570ad4d (patch) | |
tree | 9325acfc731697e12076102669e364701b546db2 /gas/Makefile.am | |
parent | d1cbb4db761d593ea18e8cd3526b0167f857b788 (diff) | |
download | gdb-6008641eec7579d885ad251aadab19132570ad4d.zip gdb-6008641eec7579d885ad251aadab19132570ad4d.tar.gz gdb-6008641eec7579d885ad251aadab19132570ad4d.tar.bz2 |
* Makefile.am (YFLAGS): Define.
* Makefile.in: Regenerated.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r-- | gas/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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) |