From d880862d3ee37ff2c4545fcda2884308438b5d17 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 6 Mar 2009 09:37:31 +0000 Subject: * 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 --- win32/Makefile.sub | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'win32') 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 -- cgit