From 5051fb10803c1a536b661d02fac82e79391bf926 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 16 Mar 2009 00:29:00 +0000 Subject: * Makefile.in, common.mk, win32/Makefile.sub: added preprocessing rules. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 62c755dd0..bb80ca1e5 100644 --- a/common.mk +++ b/common.mk @@ -2,7 +2,7 @@ bin: $(PROGRAM) $(WPROGRAM) lib: $(LIBRUBY) dll: $(LIBRUBY_SO) -.SUFFIXES: .inc .h .c .y +.SUFFIXES: .inc .h .c .y .i RUBYLIB = - RUBYOPT = - -- cgit