From d8aaa430747121474ae88edc5807a9b970a15e75 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 13 Nov 2012 06:38:08 +0000 Subject: * 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 --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.in') 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 -- cgit v1.2.3