* 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
@ -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>
|
Tue Apr 13 17:55:16 2004 Minero Aoki <aamine@loveruby.net>
|
||||||
|
|
||||||
* lib/net/http.rb (begin_transport): should not overwrite HTTP
|
* lib/net/http.rb (begin_transport): should not overwrite HTTP
|
||||||
|
@ -195,6 +195,8 @@ rubyw: $(WPROGRAM)
|
|||||||
|
|
||||||
!include $(srcdir)/common.mk
|
!include $(srcdir)/common.mk
|
||||||
|
|
||||||
|
PHONY: Makefile
|
||||||
|
|
||||||
config: config.h config.status
|
config: config.h config.status
|
||||||
|
|
||||||
config.h:
|
config.h:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user