Fix previous commit.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2010-04-07 02:47:07 +00:00
parent cbe2385792
commit fed549a104
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,9 @@
Wed Apr 7 09:44:48 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (Makefile): qoute init-commands.
* configure.in (Makefile): quote init-commands.
* configure.in (Makefile): `make ruby` builds ruby command
even if RUBY_INSTALL_NAME is customized or it has extension.
Wed Apr 7 03:28:27 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>

View File

@ -2618,7 +2618,10 @@ AC_CONFIG_FILES(Makefile, [{
fi
sed '/^MISSING/s/\$U\././g;/^VCS *=/s#@VCS@#'"$VCS"'#;/^VCSUP *=/s#@VCSUP@#'"$VCSUP"'#' Makefile
echo; test x"$EXEEXT" = x || echo 'miniruby: miniruby$(EXEEXT)'
test "$RUBY_INSTALL_NAME$EXEEXT" = ruby || echo 'ruby: $(PROGRAM);'
test "$RUBY_INSTALL_NAME$EXEEXT" = "$(RUBY_BASE_NAME)" ||
test "$RUBY_BASE_NAME" = "" ||
test "$RUBY_BASE_NAME" = "ruby" ||
echo 'ruby: $(PROGRAM)'
if test "$gnumake" != yes; then
echo ['$(MKFILES): $(srcdir)/common.mk']
sed ['s/{\$([^(){}]*)[^{}]*}//g'] ${srcdir}/common.mk