From acabf0d25139902b4ae2d153f983b0f79faa7b7e Mon Sep 17 00:00:00 2001 From: eban Date: Thu, 3 Jul 2003 03:20:32 +0000 Subject: * lib/mkmf.rb (VPATH): convert from Windows form to Unix form on MinGW. This fixes the build with GNU make 3.80-1 for Cygwin. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 49293d9e7..929115275 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 3 12:13:05 2003 WATANABE Hirofumi + + * lib/mkmf.rb (VPATH): convert from Windows form to Unix form on + MinGW. This fixes the build with GNU make 3.80-1 for Cygwin. + Wed Jul 2 13:22:39 2003 Yukihiro Matsumoto * string.c (rb_str_shared_replace): clear flags before copy. -- cgit