Make it easy to make --disable-werror the default for both binutils and gdb
[deliverable/binutils-gdb.git] / gas / Makefile.in
index 184a926ee9bfb689b4ea44e8bb28db3818ff9d2f..2ca56df4ad961204d53b5e8e50eaaa5bc9b3891c 100644 (file)
@@ -677,7 +677,10 @@ MOSTLYCLEANFILES = $(STAGESTUFF) core \
        testsuite/site.exp site.bak site.exp stage stage1 stage2
 
 against = stage2
-CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in $(srcdir)/configure.tgt
+CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in \
+       $(srcdir)/configure.tgt \
+       $(BFDDIR)/development.sh
+
 all: config.h
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
This page took 0.024826 seconds and 4 git commands to generate.