aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-13 20:38:48 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-13 20:38:48 +0000
commit7085729de323a2c1570e9ba62a8bb4fa2de8704d (patch)
treefa0af923615aa4b321cec11dfb93c8a13a51730f /ChangeLog
parent6bdb909e5fd87dd63d7fc07aa0fab0f52e946596 (diff)
downloadruby-7085729de323a2c1570e9ba62a8bb4fa2de8704d.tar.gz
* common.mk: parse.h depends on parse.c.
* common.mk: hash.o depends on $(ID_H_INCLUDES). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4db2b9a5a..5a71fd2186 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Aug 14 05:36:36 2008 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * common.mk: parse.h depends on parse.c.
+
+ * common.mk: hash.o depends on $(ID_H_INCLUDES).
+
Thu Aug 14 02:45:16 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* test/ruby/test_file_exhaustive.rb (TestFileExhaustive#setup):