diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-11-13 06:38:08 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-11-13 06:38:08 +0000 |
commit | d8aaa430747121474ae88edc5807a9b970a15e75 (patch) | |
tree | 21516c44a516e01e7eb273f0662ca6ee7167ec76 /Makefile.in | |
parent | aec93c22832ef302d102fe45cafa506b4edc1436 (diff) | |
download | ruby-d8aaa430747121474ae88edc5807a9b970a15e75.tar.gz |
* Makefile.in (.SUFFIX): .SUFFIX is needed here for .d.h on bsd make.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 14131ce963..1ea5c33f2e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 |