aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-22 17:33:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-22 17:33:02 +0000
commit052c85da9643fcfb4e5f43e9ff688dcec7d3f7e2 (patch)
tree7fdc6d2344445ae5f8affd548e164cee1852bec9 /ChangeLog
parentff97cb0c2e6fb8de7334a9350954d95e82480d8b (diff)
downloadruby-052c85da9643fcfb4e5f43e9ff688dcec7d3f7e2.tar.gz
common.mk: update unicode files every times
* common.mk (update-unicode): invert dependency to run every times. [ruby-core:65842] [Bug #10415] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48101 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 8cf02c7715..7cc0cff372 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Thu Oct 23 02:25:32 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Thu Oct 23 02:33:01 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * common.mk (update-unicode): invert dependency to run every times.
+ [ruby-core:65842] [Bug #10415]
* common.mk (after-update): update files under source tree.
[ruby-core:65840] [Bug #10414]