ruby-changes:25582
From: naruse <ko1@a...>
Date: Tue, 13 Nov 2012 15:38:19 +0900 (JST)
Subject: [ruby-changes:25582] naruse:r37639 (trunk): * Makefile.in (.SUFFIX): .SUFFIX is needed here for .d.h on bsd make.
naruse 2012-11-13 15:38:08 +0900 (Tue, 13 Nov 2012) New Revision: 37639 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37639 Log: * Makefile.in (.SUFFIX): .SUFFIX is needed here for .d.h on bsd make. Modified files: trunk/ChangeLog trunk/Makefile.in Index: ChangeLog =================================================================== --- ChangeLog (revision 37638) +++ ChangeLog (revision 37639) @@ -1,3 +1,7 @@ +Tue Nov 13 15:37:21 2012 NARUSE, Yui <naruse@r...> + + * Makefile.in (.SUFFIX): .SUFFIX is needed here for .d.h on bsd make. + Tue Nov 13 15:34:35 2012 NAKAMURA Usaku <usa@r...> * common.mk Makefile.in win32/Makefile.sub (.d.h): it's not common. @@ -15,8 +19,6 @@ * tool/gen_dummy_probes.rb: reimplemented with ruby because sed is not available on Windows Microsoft VC++ environment. -Tue Nov 13 06:50:02 2012 Aaron Patterson <aaron@t...> - Tue Nov 13 12:30:26 2012 NAKAMURA Usaku <usa@r...> * win32/README.win32: added mention about build directory. currently Index: Makefile.in =================================================================== --- Makefile.in (revision 37638) +++ Makefile.in (revision 37639) @@ -170,6 +170,8 @@ configure_args = @configure_args@ #### End of variables +.SUFFIXES: .inc .h .c .y .i .d + all: .DEFAULT: all -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/