summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-17 10:40:51 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-17 10:40:51 +0000
commitfe011304e7cddc0080ca59cb0df0bbe21bf203bb (patch)
treec3d1dcf9c392db9b59c94946387a5751c50f8db0 /Makefile.in
parentcfa14a55540e0548cb4d9ecb7de09e2b74c4cd87 (diff)
* configure.in (VCSUP): fixed the cases for git-svn or git.
* win32/Makefile.sub (VCSUP): ditto. * Makefile.in (up): `cd' is necessary for git and git-svn. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 73a3512972..5f6316c67a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -249,7 +249,7 @@ ext/extinit.$(OBJEXT): ext/extinit.c $(SETUP)
$(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c ext/extinit.c
up::
- @LC_TIME=C $(VCSUP) "$(srcdir)"
+ @LC_TIME=C cd "$(srcdir)" && $(VCSUP)
update-rubyspec:
@if [ -d $(srcdir)/spec/mspec ]; then \