ruby-changes:3682
From: ko1@a...
Date: Tue, 22 Jan 2008 20:58:57 +0900 (JST)
Subject: [ruby-changes:3682] usa - Ruby:r15171 (trunk): * lib/mkmf.rb (create_makefile): need to output sodir rule.
usa 2008-01-22 20:58:42 +0900 (Tue, 22 Jan 2008)
New Revision: 15171
Modified files:
trunk/ChangeLog
trunk/lib/mkmf.rb
Log:
* lib/mkmf.rb (create_makefile): need to output sodir rule.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=15171&r2=15170&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/mkmf.rb?r1=15171&r2=15170&diff_format=u
Index: ChangeLog
===================================================================
--- ChangeLog (revision 15170)
+++ ChangeLog (revision 15171)
@@ -1,3 +1,7 @@
+Tue Jan 22 20:58:15 2008 NAKAMURA Usaku <usa@r...>
+
+ * lib/mkmf.rb (create_makefile): need to output sodir rule.
+
Tue Jan 22 19:37:16 2008 NAKAMURA Usaku <usa@r...>
* lib/mkmf.rb (create_makefile): lib files shoudn't depend on install
Index: lib/mkmf.rb
===================================================================
--- lib/mkmf.rb (revision 15170)
+++ lib/mkmf.rb (revision 15171)
@@ -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.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/