diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-29 00:37:20 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-29 00:37:20 +0000 |
commit | 1d5b9366923d64866553fb00c805ea017b164d88 (patch) | |
tree | 8443fe8d22d07675b754f0280d23f10bbb440c9b /ext | |
parent | 33347c3f2220ff1f8b282d02cbdc76e798c623d9 (diff) | |
download | ruby-1d5b9366923d64866553fb00c805ea017b164d88.tar.gz ruby-1d5b9366923d64866553fb00c805ea017b164d88.tar.xz ruby-1d5b9366923d64866553fb00c805ea017b164d88.zip |
* ext/extmk.rb: extout is needed for also clean.
fixed: [ruby-core:08944]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r-- | ext/extmk.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/extmk.rb b/ext/extmk.rb index 7d09ac45d..fcd2f101f 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 |