aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-27 15:32:50 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-27 15:32:50 +0000
commit9d20f9e705b6a7f72cd73c9dfe1f0e19b011e60a (patch)
treef5977c451299e66a34331faa8536ca7b016ef981 /template
parentdd154194bcd33c517572c9ee59cac9eafbf19480 (diff)
downloadruby-9d20f9e705b6a7f72cd73c9dfe1f0e19b011e60a.tar.gz
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r--template/exts.mk.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/exts.mk.tmpl b/template/exts.mk.tmpl
index 1102219c00..a9a9ea09d1 100644
--- a/template/exts.mk.tmpl
+++ b/template/exts.mk.tmpl
@@ -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
%>