From 774ec2e110b7e3f55841ee220b4bba0b93b79c8e Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 19 Oct 2006 23:44:00 +0000 Subject: * common.mk (NULLCMD): dummy command. * bcc32/Makefile.sub (post-install-*): Borland make cannot ignore command-less double-colon rules. [ruby-dev:29676] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3ddc8c2db..51151b1a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Oct 20 08:42:38 2006 Nobuyoshi Nakada + + * common.mk (NULLCMD): dummy command. + + * bcc32/Makefile.sub (post-install-*): Borland make cannot ignore + command-less double-colon rules. [ruby-dev:29676] + Fri Oct 20 00:37:07 2006 Nobuyoshi Nakada * bcc32/Makefile.sub ($(LIBRUBY_SO)): execute pre-link hook. -- cgit