Remove some more bfd/configure.in dependencies
authorAlan Modra <amodra@gmail.com>
Fri, 4 Jul 2014 03:42:07 +0000 (13:12 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 4 Jul 2014 03:55:49 +0000 (13:25 +0930)
Missed from 2e98a7bd

bfd/
* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove configure.in.
* Makefile.in: Regenerate.
gas/
* doc/Makefile.am (CONFIG_STATUS_DEPENDENCIES): Delete.
* doc/Makefile.in: Regenerate.

bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in
gas/ChangeLog
gas/doc/Makefile.am
gas/doc/Makefile.in

index 064d5ae..d189f2d 100644 (file)
@@ -1,5 +1,10 @@
 2014-07-04  Alan Modra  <amodra@gmail.com>
 
+       * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove configure.in.
+       * Makefile.in: Regenerate.
+
+2014-07-04  Alan Modra  <amodra@gmail.com>
+
        * version.m4: New file.
        * configure.in: Include version.m4.
        (AC_INIT): Update.
index 72ee0bf..3c59c87 100644 (file)
@@ -732,11 +732,9 @@ OPTIONAL_BACKENDS_CFILES = \
        sco5-core.c \
        trad-core.c
 
-# We want to rerun configure if configure.in, config.bfd or
-# configure.host change. configure.in is needed since the version
-# number in Makefile comes from configure.in.
+# Reconfigure if config.bfd or configure.host changes.
+# development.sh is used to determine -Werror default.
 CONFIG_STATUS_DEPENDENCIES = \
-       $(srcdir)/configure.in \
        $(srcdir)/config.bfd \
        $(srcdir)/configure.host \
        $(srcdir)/development.sh
index 807cc98..215dea0 100644 (file)
@@ -1036,11 +1036,9 @@ OPTIONAL_BACKENDS_CFILES = \
        trad-core.c
 
 
-# We want to rerun configure if configure.in, config.bfd or
-# configure.host change. configure.in is needed since the version
-# number in Makefile comes from configure.in.
+# Reconfigure if config.bfd or configure.host changes.
+# development.sh is used to determine -Werror default.
 CONFIG_STATUS_DEPENDENCIES = \
-       $(srcdir)/configure.in \
        $(srcdir)/config.bfd \
        $(srcdir)/configure.host \
        $(srcdir)/development.sh
index c9adf37..7c045d4 100644 (file)
@@ -1,5 +1,10 @@
 2014-07-04  Alan Modra  <amodra@gmail.com>
 
+       * doc/Makefile.am (CONFIG_STATUS_DEPENDENCIES): Delete.
+       * doc/Makefile.in: Regenerate.
+
+2014-07-04  Alan Modra  <amodra@gmail.com>
+
        * configure.in: Include bfd/version.m4.
        (AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
        (BFD_VERSION): Delete.
index 10f2e68..c2ddc02 100644 (file)
@@ -112,8 +112,6 @@ MAINTAINERCLEANFILES = asconfig.texi
 BASEDIR = $(srcdir)/../..
 BFDDIR = $(BASEDIR)/bfd
 
-CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
-
 # Maintenance
 
 # We need it for the taz target in ../../Makefile.in.
index a67a558..3ced97c 100644 (file)
@@ -347,7 +347,6 @@ noinst_TEXINFOS = internals.texi
 MAINTAINERCLEANFILES = asconfig.texi as.info
 BASEDIR = $(srcdir)/../..
 BFDDIR = $(BASEDIR)/bfd
-CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
 
 # Automake 1.9 will only build info files in the objdir if they are
 # mentioned in DISTCLEANFILES.  It doesn't have to be unconditional,