aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
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,