From 7c564d3e16acfbde0fe79b45896dd3b9fb6c9109 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 19 Nov 2009 08:16:13 +0000 Subject: [PATCH] * win32/Makefile.sub: nmake executes the file named echo if it exists in the PATH. reported by Kenta Murata via IRC. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ win32/Makefile.sub | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5a4a486382..c0a4f7e3a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Nov 19 17:14:04 2009 NAKAMURA Usaku + + * win32/Makefile.sub: nmake executes the file named echo if it exists + in the PATH. reported by Kenta Murata via IRC. + Sat Nov 14 17:09:39 2009 Nobuyoshi Nakada * configure.in (--with-opt-dir): ignore and suppress a warning. diff --git a/win32/Makefile.sub b/win32/Makefile.sub index be679e22f3..7871a895b0 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -576,7 +576,7 @@ s,@top_srcdir@,$(srcdir),;t t <