Fix yacc and lex reruns with maintainer-mode off.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 24 Aug 2009 05:55:55 +0000 (05:55 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 24 Aug 2009 05:55:55 +0000 (05:55 +0000)
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.

12 files changed:
binutils/ChangeLog
binutils/Makefile.am
binutils/Makefile.in
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gold/ChangeLog
gold/Makefile.am
gold/Makefile.in
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in

index 218bb9a8db41b76e1938cf0be7931822544da852..718381812cc1192ca33592db1ed0602a3feb0973 100644 (file)
@@ -1,3 +1,8 @@
+2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.am (am__skiplex, am__skipyacc): New.
+       * Makefile.in: Regenerate.
+
 2009-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * Makefile.am (syslex.o): Depend on sysinfo.h config.h.
index 98eefcd0f39646433fc2bca00c473c28e77533b4..d0a367c698cf808fd78c6d5e683aa175f034c69c 100644 (file)
@@ -17,6 +17,11 @@ YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bis
 YFLAGS = -d
 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)
index 833e726212a517593006765eac61731e3e24e75e..5d3b28c45b01c8fa09f02bb6183a4b10a3578f40 100644 (file)
@@ -374,6 +374,11 @@ AUTOMAKE_OPTIONS = dejagnu no-dist foreign
 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
 SUBDIRS = doc po
 tooldir = $(exec_prefix)/$(target_alias)
+
+# Automake 1.10+ disables lex and yacc output file regeneration if
+# maintainer mode is disabled.  Avoid this.
+am__skiplex = 
+am__skipyacc = 
 AM_CFLAGS = $(WARN_CFLAGS)
 
 # these two are almost the same program
index d4fdd631a469d9b948d864f6ebb24c7d81665d00..e84da3b14f6bd9b2aed69e5ba503c6df4d523623 100644 (file)
@@ -1,3 +1,8 @@
+2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.am (am__skiplex, am__skipyacc): New.
+       * Makefile.in: Regenerate.
+
 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * Makefile.am (YFLAGS): Remove, not needed any more.
index a3adf0b72041072fd2d67f8adc5510e9599caf38..27a7d1a1c0bde4e5661aeef2d82a18f83a9b860e 100644 (file)
@@ -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)
index f385064b178670cedc6706cca94887c55581e8d9..9f6f02e27b119850771c44d89d80a26738a81925 100644 (file)
@@ -280,6 +280,11 @@ AUTOMAKE_OPTIONS = 1.11 dejagnu foreign no-dist
 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
 SUBDIRS = doc po
 tooldir = $(exec_prefix)/$(target_alias)
+
+# Automake 1.10+ disables lex and yacc output file regeneration if
+# maintainer mode is disabled.  Avoid this.
+am__skiplex = 
+am__skipyacc = 
 AM_CFLAGS = $(WARN_CFLAGS)
 TARG_CPU = @target_cpu_type@
 TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
index 291c5d6a087a2d5ff33ab9e56ae5a9da7d94c08f..162e73fd43961461cdb38e2375c22b7c1114ee5b 100644 (file)
@@ -1,3 +1,8 @@
+2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.am (am__skiplex, am__skipyacc): New.
+       * Makefile.in: Regenerate.
+
 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * Makefile.am (AM_CPPFLAGS): Renamed from ...
index 876cc9beb065e0d06a2e3b1b4982f3546748d05a..8d8b617b4b0bce7a2f07e908a12aa187a9e13316 100644 (file)
@@ -29,6 +29,11 @@ endif
 
 AM_YFLAGS = -d
 
+# Automake 1.10+ disables lex and yacc output file regeneration if
+# maintainer mode is disabled.  Avoid this.
+am__skiplex =
+am__skipyacc =
+
 noinst_PROGRAMS = ld-new
 noinst_LIBRARIES = libgold.a
 
index a240795b937eee02f78fcc798cd35a13d36ffe0e..d4c689b2f5e3f93d977fb99d03a047051c5104ac 100644 (file)
@@ -342,6 +342,11 @@ LIBIBERTY = ../libiberty/libiberty.a
 @PLUGINS_TRUE@LIBDL = -ldl
 @THREADS_TRUE@THREADSLIB = -lpthread
 AM_YFLAGS = -d
+
+# Automake 1.10+ disables lex and yacc output file regeneration if
+# maintainer mode is disabled.  Avoid this.
+am__skiplex = 
+am__skipyacc = 
 noinst_LIBRARIES = libgold.a
 CCFILES = \
        archive.cc \
index 6b11a80db7b45dceaed6fcb3f2f9654b39ab311d..f83f113bcc0ae5cf9b65a607809c9a8370dc02df 100644 (file)
@@ -1,3 +1,8 @@
+2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.am (am__skiplex, am__skipyacc): New.
+       * Makefile.in: Regenerate.
+
 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * Makefile.am (bin_PROGRAMS): Renamed from ...
index a2688981be97feefe38daa06ac1e117c469da7da..bc4915c487463c9329d82092c1e221d722796901 100644 (file)
@@ -12,6 +12,11 @@ YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bis
 YFLAGS = -d
 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)
index 80105a201c3a0646bf358a20d36113523b9878de..f36e34c3b02a2fe3b4971e8048ad63dbdb965817 100644 (file)
@@ -323,6 +323,11 @@ ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
 TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
 SUBDIRS = po
 tooldir = $(exec_prefix)/$(target_alias)
+
+# Automake 1.10+ disables lex and yacc output file regeneration if
+# maintainer mode is disabled.  Avoid this.
+am__skiplex = 
+am__skipyacc = 
 AM_CFLAGS = $(WARN_CFLAGS)
 
 # We put the scripts in the directory $(scriptdir)/ldscripts.