diff options
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 184a926..2ca56df 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -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 |