[前][次][番号順一覧][スレッド一覧]

ruby-changes:3684

From: ko1@a...
Date: Tue, 22 Jan 2008 21:00:37 +0900 (JST)
Subject: [ruby-changes:3684] usa - Ruby:r15173 (trunk): * mkmf.rb (create_makefile): sorry, typo. orz

usa	2008-01-22 21:00:15 +0900 (Tue, 22 Jan 2008)

  New Revision: 15173

  Modified files:
    trunk/lib/mkmf.rb

  Log:
    * mkmf.rb (create_makefile): sorry, typo. orz


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/mkmf.rb?r1=15173&r2=15172&diff_format=u

Index: lib/mkmf.rb
===================================================================
--- lib/mkmf.rb	(revision 15172)
+++ lib/mkmf.rb	(revision 15173)
@@ -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 || d == sodir}
 
   mfile.print <<-SITEINSTALL
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]