summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-24 07:21:30 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-24 07:21:30 +0000
commitbec6c27fd59ad60bc3b820757cc56b2b4dd45c8f (patch)
tree6fec46a29990881584dc0badec14d0a988a2aba6 /ChangeLog
parent026066e950a826a8118cb5cfd1a338357e314718 (diff)
* common.mk (fake.rb): $(arch)-fake.rb must depend miniruby because
it may depend miniruby. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53276 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 aaf79fdb6b..108b929c11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Dec 24 16:17:47 2015 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * common.mk (fake.rb): $(arch)-fake.rb must depend miniruby because
+ it may depend miniruby.
+
Thu Dec 24 16:13:05 2015 NARUSE, Yui <naruse@ruby-lang.org>
* common.mk (ripper.c): r50045 wrongly replace $(PWD) with ../..