mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
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.
This commit is contained in:
parent
2e98a7bd88
commit
82b57a900f
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
@ -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.
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user