mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* mkmf.rb (create_makefile): sorry, typo. orz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8e2f164bd9
commit
5b3b96bb19
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue