aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-07 02:47:07 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-07 02:47:07 +0000
commitfed549a10437f54588e0b1e0e9bd883d59bd37a6 (patch)
tree870ce60b29393f1574912aaac200ced81c60a24e /ChangeLog
parentcbe2385792b720615cc82db50631ef7bfcca2d50 (diff)
downloadruby-fed549a10437f54588e0b1e0e9bd883d59bd37a6.tar.gz
Fix previous commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7804316968..aabff898cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>