ruby-changes:3683
From: ko1@a...
Date: Tue, 22 Jan 2008 20:59:54 +0900 (JST)
Subject: [ruby-changes:3683] usa - Ruby:r15172 (trunk): * mkmf.rb (create_makefile): typo.
usa 2008-01-22 20:59:47 +0900 (Tue, 22 Jan 2008)
New Revision: 15172
Modified files:
trunk/lib/mkmf.rb
Log:
* mkmf.rb (create_makefile): typo.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/mkmf.rb?r1=15172&r2=15171&diff_format=u
Index: lib/mkmf.rb
===================================================================
--- lib/mkmf.rb (revision 15171)
+++ lib/mkmf.rb (revision 15172)
@@ -1543,7 +1543,7 @@
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 || dirs == sodir}
mfile.print <<-SITEINSTALL
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/