summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-20 12:00:14 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-20 12:00:14 +0000
commit28efd93e184e73f807996e61ca4a2bef3b0e4fa7 (patch)
tree0592641ba034fb20b4b84f582e6431add3545db6 /common.mk
parent1bdc2d5150ea4bc51b868091a0cc8766c86043d5 (diff)
* common.mk, Makefile.in: update-config.files is only for Unix
platforms. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/common.mk b/common.mk
index b66b1377c6..d53d74bcde 100644
--- a/common.mk
+++ b/common.mk
@@ -974,12 +974,7 @@ up::
after-update:: extract-extlibs
update-remote:: update-src update-rubyspec update-download
-update-download:: update-config_files 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-download:: update-unicode update-gems download-extlibs
update-gems: PHONY
$(ECHO) Downloading bundled gem files...