mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3d5facc48f
commit
ac66222f1f
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ if gnumake
|
|||
submake = "$(MAKE) -C $(@D)"
|
||||
else
|
||||
submake = "cd $(@D) && "
|
||||
exec = RbConfig::CONFIG["exec"] and !exec.empty? and submake << str << " "
|
||||
exec = RbConfig::CONFIG["exec"] and !exec.empty? and submake << exec << " "
|
||||
submake << "$(MAKE)"
|
||||
end
|
||||
%>
|
||||
|
|
Loading…
Reference in a new issue