aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-03 21:42:23 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-03 21:42:23 +0000
commitc51e356c680c303fe143ef7aff737e444e55d6b2 (patch)
tree527fd77693d1d4a02fc320d956e7eaaa0240f99e /ChangeLog
parentedd008c9cec2888c5de682eb0eafbc0b6769ad34 (diff)
downloadruby-c51e356c680c303fe143ef7aff737e444e55d6b2.tar.gz
* Makefile.in (clean-rdoc): Don't use \ in variable expantion.
BSD make treats it as an escape character. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f19364fbb..571479ea45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Oct 4 06:40:24 2010 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * Makefile.in (clean-rdoc): Don't use \ in variable expantion.
+ BSD make treats it as an escape character.
+
Mon Oct 4 00:01:53 2010 wanabe <s.wanabe@gmail.com>
* tool/config.sub: revert r29320, r29324, r29347, r29354, r29365