diff options
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r-- | gas/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am index 01731b9..669ab19 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -693,4 +693,6 @@ de-stage3: - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..) - rmdir stage3 -CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in $(srcdir)/configure.tgt +CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in \ + $(srcdir)/configure.tgt \ + $(BFDDIR)/development.sh |