diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-13 12:51:01 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-13 12:51:01 +0000 |
| commit | 2e6ae08fbd31b7d54630aeecf509a59036306369 (patch) | |
| tree | b8aac301252d60fd390d8da4fb5434207893ee17 | |
| parent | a43313787f42fbf56c2551c7442b92e966ede353 (diff) | |
| download | ruby-2e6ae08fbd31b7d54630aeecf509a59036306369.tar.gz ruby-2e6ae08fbd31b7d54630aeecf509a59036306369.tar.xz ruby-2e6ae08fbd31b7d54630aeecf509a59036306369.zip | |
* bcc32/Makefile.sub (PHONY): Borland make disallows empty command
rules.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | bcc32/Makefile.sub | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -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 ca31fb5d6..ac788e2b9 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: |
