summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-22 03:56:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-22 03:56:37 +0000
commit663e2c8e12c89fbe99cf68e41bb266d5bc5054a8 (patch)
treeac7364b27bd87c0388cd07db11511f2556ecb3d2 /Makefile.in
parenta4a3293fb9ed377944ee49e8d80b111df42bbfc8 (diff)
downloadruby-663e2c8e12c89fbe99cf68e41bb266d5bc5054a8.tar.gz
ruby-663e2c8e12c89fbe99cf68e41bb266d5bc5054a8.tar.xz
ruby-663e2c8e12c89fbe99cf68e41bb266d5bc5054a8.zip
* Makefile.in (up): cd doesn't need LC_TIME, VCS needs.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22496 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 7549a6e62..6f9c8847e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -243,7 +243,7 @@ ext/extinit.$(OBJEXT): ext/extinit.c $(SETUP)
$(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c ext/extinit.c
up::
- @LC_TIME=C cd "$(srcdir)" && $(VCSUP)
+ @cd "$(srcdir)" && LC_TIME=C exec $(VCSUP)
update-rubyspec:
@if [ -d $(srcdir)/spec/mspec ]; then \