mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
a4e80a024d
commit
e022b74520
2 changed files with 7 additions and 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
|
||||
|
|
|
@ -195,6 +195,8 @@ rubyw: $(WPROGRAM)
|
|||
|
||||
!include $(srcdir)/common.mk
|
||||
|
||||
PHONY: Makefile
|
||||
|
||||
config: config.h config.status
|
||||
|
||||
config.h:
|
||||
|
|
Loading…
Reference in a new issue