* 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
This commit is contained in:
nobu 2006-09-29 00:37:20 +00:00
parent 05c1ab35fc
commit d5195959bf
2 changed files with 5 additions and 2 deletions

View file

@ -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