Use modern AC_INIT in configure.in
[deliverable/binutils-gdb.git] / binutils / Makefile.am
index aca2610f60307c73b726f7b5efb7cd513041ad0b..7f5f0c4fc927b85edfec028539e6b3c390849ce7 100644 (file)
@@ -512,10 +512,8 @@ EXTRA_DIST = arparse.c arparse.h arlex.c nlmheader.c sysinfo.c sysinfo.h \
 diststuff: $(EXTRA_DIST) info
 all: info
 
-# We extract version from bfd/configure.in, make sure to rerun configure
-# when BFD's version changes.
-CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in \
-       $(BFDDIR)/development.sh
+# development.sh is used to determine -Werror default.
+CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/development.sh
 
 DISTCLEANFILES = sysroff.c sysroff.h site.exp site.bak embedspu
 
This page took 0.023593 seconds and 4 git commands to generate.