summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-29 00:37:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-29 00:37:20 +0000
commitd5195959bf2cb24f224eff386483f5df547d7bdc (patch)
tree8443fe8d22d07675b754f0280d23f10bbb440c9b /ext
parent05c1ab35fce472a25b0db2fa1bc189ce12ca2302 (diff)
* ext/extmk.rb: extout is needed for also clean.
fixed: [ruby-core:08944] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/extmk.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/extmk.rb b/ext/extmk.rb
index 7d09ac45d0..fcd2f101f8 100644
--- a/ext/extmk.rb
+++ b/ext/extmk.rb
@@ -390,8 +390,8 @@ else
end
if $extout
+ extout = RbConfig.expand("#{$extout}", RbConfig::CONFIG.merge("topdir"=>$topdir))
unless $ignore
- RbConfig.expand(extout = "#{$extout}", RbConfig::CONFIG.merge("topdir"=>$topdir))
FileUtils.mkpath(extout)
end
end