diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-22 03:56:37 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-22 03:56:37 +0000 |
commit | 70946fb3ea60bb91f63310836762e4cd8eca85ba (patch) | |
tree | ac7364b27bd87c0388cd07db11511f2556ecb3d2 /Makefile.in | |
parent | 1e51a7b2c6ba2a53f7a7a87244d76351be868999 (diff) | |
download | ruby-70946fb3ea60bb91f63310836762e4cd8eca85ba.tar.gz |
* Makefile.in (up): cd doesn't need LC_TIME, VCS needs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 7549a6e629..6f9c8847e0 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 \ |