diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 9901573ee3..80aa1543b3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -470,6 +470,13 @@ enc/encinit.$(OBJEXT): enc/encinit.c $(SETUP) update-src:: @$(CHDIR) "$(srcdir)" && LC_TIME=C exec $(VCSUP) +update-download:: update-config_files + +update-config_files: PHONY + $(Q) $(BASERUBY) -C "$(srcdir)/tool" \ + ../tool/downloader.rb -e gnu \ + config.guess config.sub + after-update:: common-srcs update-mspec: |