From 75412a432214c87d92549a780507f9232994d4bb Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 16 Jan 2009 09:53:17 +0000 Subject: [PATCH] * win32/Makefile.sub (up): tell nmake that need to run command via shell. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ win32/Makefile.sub | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b9c97c0fa8..2d019cdd24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jan 16 18:51:11 2009 NAKAMURA Usaku + + * win32/Makefile.sub (up): tell nmake that need to run command via + shell. + Fri Jan 16 18:43:30 2009 Nobuyoshi Nakada * tool/make-snapshot (package): includes all rules and expand diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 3caf064c83..ee712835b2 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -297,7 +297,7 @@ INSNS = opt_sc.inc optinsn.inc optunifs.inc insns.inc insns_info.inc \ vmtc.inc vm.inc up:: - @ set LC_TIME=C & $(VCSUP) "$(srcdir)" + @(set LC_TIME=C & $(VCSUP) "$(srcdir)") !include $(srcdir)/common.mk