aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-23 10:20:37 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-23 10:20:37 +0000
commitb2ea5504bc1c979f786a4ed121f76dd933fff2d0 (patch)
tree1fef4fdba0fa80ac48fc241e4197414ef02e6608 /ChangeLog
parent44a7c87076068d098b9bc11f70a1989f2cfdacc1 (diff)
downloadruby-b2ea5504bc1c979f786a4ed121f76dd933fff2d0.tar.gz
* common.mk (win32/*): macro RUBY_H_INCLUDES is not defined there,
so need to move denendency rules under the definition of it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36802 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 8133654776..6bb07bb370 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 23 19:18:33 2012 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * common.mk (win32/*): macro RUBY_H_INCLUDES is not defined there,
+ so need to move denendency rules under the definition of it.
+
Thu Aug 23 19:16:20 2012 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/Makefile.sub: refactoring. remove unused rules, and update