From: Alan Modra Date: Fri, 4 Jul 2014 03:42:07 +0000 (+0930) Subject: Remove some more bfd/configure.in dependencies X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=82b57a900fdac5664c678206348f403aa7ef53f0;p=binutils-gdb.git Remove some more bfd/configure.in dependencies 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. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 064d5aee163..d189f2dbed2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2014-07-04 Alan Modra + + * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove configure.in. + * Makefile.in: Regenerate. + 2014-07-04 Alan Modra * version.m4: New file. diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 72ee0bfa43a..3c59c878cb3 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -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 diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 807cc9865c8..215dea0939c 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -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 diff --git a/gas/ChangeLog b/gas/ChangeLog index c9adf375f79..7c045d4c01d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2014-07-04 Alan Modra + + * doc/Makefile.am (CONFIG_STATUS_DEPENDENCIES): Delete. + * doc/Makefile.in: Regenerate. + 2014-07-04 Alan Modra * configure.in: Include bfd/version.m4. diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index 10f2e684169..c2ddc023250 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -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. diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index a67a558bdbe..3ced97cf84e 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -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,