From 26947723b42e8a09a33cf1d70caa30dd203e9943 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 5 Mar 2005 03:52:21 +0000 Subject: * lib/mkmf.rb (create_makefile): allow putting spaces between target and colon in depend file. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 310b64201..d962cecd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Mar 5 12:52:08 2005 Nobuyoshi Nakada + + * lib/mkmf.rb (create_makefile): allow putting spaces between target + and colon in depend file. + Sat Mar 5 02:41:00 2005 NAKAMURA Usaku * file.c (eaccess): workaround for VC++8 runtime. -- cgit