summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-13 11:27:00 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-13 11:27:00 +0000
commitcaa54c171522f46c26b3d5154f37730877df9df2 (patch)
tree0cad7009c893a8a98f3ce71ded31975cc6bf2f2e /common.mk
parent8d7fa2291cfa3f8d9f6df744ef8b4f3c15db9245 (diff)
Revert r47899
* common.mk: $(srcdir)/../tool is an invalid path. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 2598d97b9d..ce5f830ea6 100644
--- a/common.mk
+++ b/common.mk
@@ -1082,7 +1082,7 @@ update-config_files: PHONY
update-gems: PHONY
$(ECHO) Downloading bundled gem files...
- $(Q) $(RUNRUBY) -I$(srcdir)/../tool -rdownloader -answ \
+ $(Q) $(RUNRUBY) -I$(srcdir)/tool -rdownloader -answ \
-C "$(srcdir)/gems" \
-e 'gem, ver = *$$F' \
-e 'gem = "#{gem}-#{ver}.gem"' \