aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in5
-rw-r--r--common.mk5
2 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 80aa1543b3..a2a48f7d4a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -472,11 +472,6 @@ update-src::
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:
diff --git a/common.mk b/common.mk
index d53d74bcde..e871a5163d 100644
--- a/common.mk
+++ b/common.mk
@@ -976,6 +976,11 @@ after-update:: extract-extlibs
update-remote:: update-src update-rubyspec update-download
update-download:: update-unicode update-gems download-extlibs
+update-config_files: PHONY
+ $(Q) $(BASERUBY) -C "$(srcdir)/tool" \
+ ../tool/downloader.rb -e gnu \
+ config.guess config.sub
+
update-gems: PHONY
$(ECHO) Downloading bundled gem files...
$(Q) $(BASERUBY) -C "$(srcdir)/gems" \