diff --git a/ChangeLog b/ChangeLog index 56e32eb012..680b0bad17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 13 21:50:57 2004 Nobuyoshi Nakada + + * bcc32/Makefile.sub (PHONY): Borland make disallows empty command + rules. + Tue Apr 13 17:55:16 2004 Minero Aoki * lib/net/http.rb (begin_transport): should not overwrite HTTP 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: