summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-06 09:37:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-06 09:37:31 +0000
commitd880862d3ee37ff2c4545fcda2884308438b5d17 (patch)
tree6c971c26e79bbc72153d641bf53fd850bb0d135b /win32
parent5146dccc3b736cbcc7d3e7bc25b1fe9442027a0c (diff)
downloadruby-d880862d3ee37ff2c4545fcda2884308438b5d17.tar.gz
ruby-d880862d3ee37ff2c4545fcda2884308438b5d17.tar.xz
ruby-d880862d3ee37ff2c4545fcda2884308438b5d17.zip
* configure.in, Makefile.in, win32/Makefile.sub (CHDIR): cd using
phisical directory. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index c495152e6..aede5357e 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -4,6 +4,7 @@ SHELL = $(COMSPEC)
RUNCMD = $(COMSPEC) /c
MKFILES = Makefile
NULL = nul
+CHDIR = cd
!ifndef MFLAGS
MFLAGS=-l
@@ -301,7 +302,7 @@ ruby: $(PROGRAM)
rubyw: $(WPROGRAM)
up::
- @(set LC_TIME=C & $(VCSUP) "$(srcdir)")
+ @cd "$(srcdir:/=\)" && set LC_TIME=C && $(VCSUP)
!include $(srcdir)/common.mk