summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-16 09:53:17 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-16 09:53:17 +0000
commit497cdf87a5b2b99e565b9c8da35c62479f7ec19b (patch)
tree5e1c52ed7d14a3a3b614c35fa383d6f39549d390 /win32
parentbd683fe1d3b4d0be8411e8cf705257784efd0ffc (diff)
downloadruby-497cdf87a5b2b99e565b9c8da35c62479f7ec19b.tar.gz
ruby-497cdf87a5b2b99e565b9c8da35c62479f7ec19b.tar.xz
ruby-497cdf87a5b2b99e565b9c8da35c62479f7ec19b.zip
* win32/Makefile.sub (up): tell nmake that need to run command via
shell. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 3caf064c8..ee712835b 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