summaryrefslogtreecommitdiffstats
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
commit4b28c90e3656b55e46755abe7cbd7c0235d7fb72 (patch)
treec3d1dcf9c392db9b59c94946387a5751c50f8db0 /Makefile.in
parentf55b900b186aafc50cc3ef464853182777c01b68 (diff)
downloadruby-4b28c90e3656b55e46755abe7cbd7c0235d7fb72.tar.gz
ruby-4b28c90e3656b55e46755abe7cbd7c0235d7fb72.tar.xz
ruby-4b28c90e3656b55e46755abe7cbd7c0235d7fb72.zip
* 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: http://svn.ruby-lang.org/repos/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 73a351297..5f6316c67 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 \