diff options
author | Daniel Jacobowitz <dan@debian.org> | 2006-12-14 18:33:28 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2006-12-14 18:33:28 +0000 |
commit | fe9c50c67f9a484e6f602ebff1942c9a91241458 (patch) | |
tree | 2a29d3a865afbac69e65f721e5f400cc7ade7cf6 /gas/Makefile.in | |
parent | 63424504a2e6def15731a8af5d10529639a0300d (diff) | |
download | binutils-redhat-fe9c50c67f9a484e6f602ebff1942c9a91241458.tar.gz |
* Makefile.am (YFLAGS): Define.
* Makefile.in: Regenerated.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 5 |
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@ |