ruby-changes:11539
From: nobu <ko1@a...>
Date: Sat, 11 Apr 2009 08:46:14 +0900 (JST)
Subject: [ruby-changes:11539] Ruby:r23169 (trunk): * configure.in (Makefile): phoeny ruby target needs empty command.
nobu 2009-04-11 08:45:59 +0900 (Sat, 11 Apr 2009) New Revision: 23169 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=23169 Log: * configure.in (Makefile): phoeny ruby target needs empty command. Modified files: trunk/ChangeLog trunk/configure.in trunk/version.h Index: configure.in =================================================================== --- configure.in (revision 23168) +++ configure.in (revision 23169) @@ -2516,7 +2516,7 @@ fi } > confmk$$.tmp && mv -f confmk$$.tmp Makefile && ${MAKE-make} info-program | grep '^PROGRAM=ruby$' > /dev/null || - echo 'ruby: $(PROGRAM)' >> Makefile], + echo 'ruby: $(PROGRAM);' >> Makefile], [EXEEXT=$EXEEXT gnumake=$gnumake]) AC_OUTPUT dnl } Index: ChangeLog =================================================================== --- ChangeLog (revision 23168) +++ ChangeLog (revision 23169) @@ -1,3 +1,7 @@ +Sat Apr 11 08:45:57 2009 Nobuyoshi Nakada <nobu@r...> + + * configure.in (Makefile): phoeny ruby target needs empty command. + Fri Apr 10 11:32:14 2009 Nobuyoshi Nakada <nobu@r...> * common.mk (up): updates timestamp file. Index: version.h =================================================================== --- version.h (revision 23168) +++ version.h (revision 23169) @@ -1,5 +1,5 @@ #define RUBY_VERSION "1.9.2" -#define RUBY_RELEASE_DATE "2009-04-10" +#define RUBY_RELEASE_DATE "2009-04-11" #define RUBY_PATCHLEVEL -1 #define RUBY_BRANCH_NAME "trunk" @@ -8,7 +8,7 @@ #define RUBY_VERSION_TEENY 1 #define RUBY_RELEASE_YEAR 2009 #define RUBY_RELEASE_MONTH 4 -#define RUBY_RELEASE_DAY 10 +#define RUBY_RELEASE_DAY 11 #ifdef RUBY_EXTERN RUBY_EXTERN const char ruby_version[]; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/