summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-12 14:46:29 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-12 14:46:29 +0000
commit720dc304583d7d7fb27333494968cc4657a32e10 (patch)
tree3ed0abb9f47703dd6bb17633608c8370fd3d003e /ChangeLog
parent3f4b0e17f4729facb1e6f3db6edf4fd63274f592 (diff)
* lib/mkmf.rb: add dummy clean-static target to prevent errors for the
case real clean-static target doesn't exist. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36045 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 afd0952da6..cb28598dee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jun 12 23:45:36 2012 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * lib/mkmf.rb: add dummy clean-static target to prevent errors for the
+ case real clean-static target doesn't exist.
+
Tue Jun 12 22:49:42 2012 Naohisa Goto <ngotogenome@gmail.com>
* process.c (rb_exec_arg_fixup): fix compile error