From 663e2c8e12c89fbe99cf68e41bb266d5bc5054a8 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 22 Feb 2009 03:56:37 +0000 Subject: * 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 --- ChangeLog | 4 ++++ Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0ddd247a6..42312bce6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Feb 22 12:56:35 2009 Nobuyoshi Nakada + + * Makefile.in (up): cd doesn't need LC_TIME, VCS needs. + Sun Feb 22 10:43:57 2009 Nobuyoshi Nakada * vm_eval.c (method_missing): should not pop cfp if missing method 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 \ -- cgit