Skip to content

Commit

Permalink
* Makefile.in (.SUFFIX): .SUFFIX is needed here for .d.h on bsd make.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nurse committed Nov 13, 2012
1 parent aec93c2 commit d8aaa43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Tue Nov 13 15:37:21 2012 NARUSE, Yui <[email protected]>

* Makefile.in (.SUFFIX): .SUFFIX is needed here for .d.h on bsd make.

Tue Nov 13 15:34:35 2012 NAKAMURA Usaku <[email protected]>

* common.mk Makefile.in win32/Makefile.sub (.d.h): it's not common.
Expand All @@ -15,8 +19,6 @@ Tue Nov 13 12:27:11 2012 NARUSE, Yui <[email protected]>
* 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 <[email protected]>

Tue Nov 13 12:30:26 2012 NAKAMURA Usaku <[email protected]>

* win32/README.win32: added mention about build directory. currently
Expand Down
2 changes: 2 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ MESSAGE_END = ; do echo "$$line"; done
configure_args = @configure_args@
#### End of variables

.SUFFIXES: .inc .h .c .y .i .d

all:

.DEFAULT: all
Expand Down

0 comments on commit d8aaa43

Please sign in to comment.