From d586a664ee07169dfd218aebb963f3114663e68d Mon Sep 17 00:00:00 2001 From: ocean Date: Thu, 20 Oct 2005 00:42:43 +0000 Subject: * lib/mkmf.rb (create_makefile): Borland make seems not to allow empty dependency list. If this change is not good, please correct it. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a07f88c82..12651b11d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Oct 20 09:37:15 2005 Hirokazu Yamamoto + + * lib/mkmf.rb (create_makefile): Borland make seems not to allow + empty dependency list. If this change is not good, please correct + it. + Thu Oct 20 07:55:09 2005 Nobuyoshi Nakada * lib/mkmf.rb (create_makefile): get rid of a restriction -- cgit