summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-30 00:51:47 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-30 00:51:47 +0000
commitd3a405b97380d172abe8c7794a510fbc823a71a4 (patch)
tree398d07b8e5309ad89d4efb75f664c97f243b7a62 /common.mk
parentef9d1349512513eb4d0581ccceeeca3b0b6918c1 (diff)
* common.mk: fixed broken reference of update-config_files task
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/common.mk b/common.mk
index aa4a957b2c..b0b924f3fc 100644
--- a/common.mk
+++ b/common.mk
@@ -1075,11 +1075,10 @@ dist:
up::
-$(Q)$(MAKE) $(MFLAGS) REVISION_FORCE=PHONY "$(REVISION_H)"
-update-config_files: $(srcdir)/tool/config.guess $(srcdir)/tool/config.sub
-$(srcdir)/tool/config.guess:
- $(Q) $(BASERUBY) -C $(@D) get-config_files $(@F)
-$(srcdir)/tool/config.sub:
- $(Q) $(BASERUBY) -C $(@D) get-config_files $(@F)
+update-config_files:
+ $(Q) $(BASERUBY) -C "$(srcdir)/tool" \
+ ../tool/downloader.rb gnu \
+ config.guess config.sub
update-gems: PHONY
$(ECHO) Downloading bundled gem files...