From e022b74520978ad11e4db30aece8403099199e94 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 13 Apr 2004 12:51:01 +0000 Subject: * bcc32/Makefile.sub (PHONY): Borland make disallows empty command rules. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bcc32/Makefile.sub | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bcc32/Makefile.sub') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index ca31fb5d66..ac788e2b96 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -195,6 +195,8 @@ rubyw: $(WPROGRAM) !include $(srcdir)/common.mk +PHONY: Makefile + config: config.h config.status config.h: -- cgit v1.2.3