mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
* Makefile.am (YFLAGS): Define.
* Makefile.in: Regenerated.
This commit is contained in:
parent
d1cbb4db76
commit
6008641eec
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user