mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
8d7fa2291c
commit
caa54c1715
1 changed files with 1 additions and 1 deletions
|
@ -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"' \
|
||||
|
|
Loading…
Add table
Reference in a new issue