summaryrefslogtreecommitdiffstats
path: root/lib/mkmf.rb
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-22 12:00:15 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-22 12:00:15 +0000
commite48faf94d50e592322b9be879b2f5ffce1667d7b (patch)
treeb36a6ea39236650dc1ce3b730799ab87d7fe3765 /lib/mkmf.rb
parentafea4ec88309b418e63640f9cfbbb517369612b2 (diff)
downloadruby-e48faf94d50e592322b9be879b2f5ffce1667d7b.tar.gz
ruby-e48faf94d50e592322b9be879b2f5ffce1667d7b.tar.xz
ruby-e48faf94d50e592322b9be879b2f5ffce1667d7b.zip
* mkmf.rb (create_makefile): sorry, typo. orz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/mkmf.rb')
-rw-r--r--lib/mkmf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mkmf.rb b/lib/mkmf.rb
index b8fb7be69..53b19a27a 100644
--- a/lib/mkmf.rb
+++ b/lib/mkmf.rb
@@ -1543,7 +1543,7 @@ static: $(STATIC_LIB)#{$extout ? " install-rb" : ""}
end
end
dirs.unshift(sodir) if target and !dirs.include?(sodir)
- dirs.each {|d| mfile.print "#{d}:\n\t$(MAKEDIRS) $@\n" if $nmake || dirs == sodir}
+ dirs.each {|d| mfile.print "#{d}:\n\t$(MAKEDIRS) $@\n" if $nmake || d == sodir}
mfile.print <<-SITEINSTALL