summaryrefslogtreecommitdiffstats
path: root/gas/Makefile.am
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-08-24 05:55:55 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-08-24 05:55:55 +0000
commita15af8e2a701878628fc17f5abfdd088aeec4fa3 (patch)
tree7a19409025cdf52b3341b3c01c192c53f3714e5f /gas/Makefile.am
parenta0367d1c21ee78ccbe4b6654b72729b2ac7d2e04 (diff)
downloadppe42-binutils-a15af8e2a701878628fc17f5abfdd088aeec4fa3.tar.gz
ppe42-binutils-a15af8e2a701878628fc17f5abfdd088aeec4fa3.zip
Fix yacc and lex reruns with maintainer-mode off.
gas/: * Makefile.am (am__skiplex, am__skipyacc): New. * Makefile.in: Regenerate. ld/: * Makefile.am (am__skiplex, am__skipyacc): New. * Makefile.in: Regenerate. binutils/: * Makefile.am (am__skiplex, am__skipyacc): New. * Makefile.in: Regenerate. gold/: * Makefile.am (am__skiplex, am__skipyacc): New. * Makefile.in: Regenerate.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r--gas/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am
index a3adf0b720..27a7d1a1c0 100644
--- a/gas/Makefile.am
+++ b/gas/Makefile.am
@@ -10,6 +10,11 @@ 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`
+# Automake 1.10+ disables lex and yacc output file regeneration if
+# maintainer mode is disabled. Avoid this.
+am__skiplex =
+am__skipyacc =
+
WARN_CFLAGS = @WARN_CFLAGS@
NO_WERROR = @NO_WERROR@
AM_CFLAGS = $(WARN_CFLAGS)
OpenPOWER on IntegriCloud