aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2014-07-04 13:12:07 +0930
committerAlan Modra <amodra@gmail.com>2014-07-04 13:25:49 +0930
commit82b57a900fdac5664c678206348f403aa7ef53f0 (patch)
tree93354a31566c2122e726d93595b3aa5f5dcbe020 /gas/doc
parent2e98a7bd882356a23076ad4a51a251d9ab1ce070 (diff)
downloadgdb-82b57a900fdac5664c678206348f403aa7ef53f0.zip
gdb-82b57a900fdac5664c678206348f403aa7ef53f0.tar.gz
gdb-82b57a900fdac5664c678206348f403aa7ef53f0.tar.bz2
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.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/Makefile.am2
-rw-r--r--gas/doc/Makefile.in1
2 files changed, 0 insertions, 3 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am
index 10f2e68..c2ddc02 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 a67a558..3ced97c 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,