From 75412a432214c87d92549a780507f9232994d4bb Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 16 Jan 2009 09:53:17 +0000 Subject: * 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 --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') 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 -- cgit v1.2.3