aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--bcc32/Makefile.sub2
2 files changed, 7 insertions, 0 deletions
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 <nobu@ruby-lang.org>
+
+ * bcc32/Makefile.sub (PHONY): Borland make disallows empty command
+ rules.
+
Tue Apr 13 17:55:16 2004 Minero Aoki <aamine@loveruby.net>
* 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: