From 99ff5542a710e50faa5857c2297ec715380ed551 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 22 Jan 2008 11:58:42 +0000 Subject: * lib/mkmf.rb (create_makefile): need to output sodir rule. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/mkmf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/mkmf.rb b/lib/mkmf.rb index 60859eeb8..c6f5913a1 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.each {|d| mfile.print "#{d}:\n\t$(MAKEDIRS) $@\n"} if $nmake || dirs == sodir mfile.print <<-SITEINSTALL -- cgit