aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-19 05:22:04 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-19 05:22:04 +0000
commit030eed8f39ca1f1fc757c9a5b65e7748fc258153 (patch)
tree9cae859dcead0e7c321f7327bd4a8a44aecf3efa /ChangeLog
parentfb3fee22caf33027bcc7cc24426a4bed71592395 (diff)
downloadruby-030eed8f39ca1f1fc757c9a5b65e7748fc258153.tar.gz
* lib/mkmf.rb (create_makefile): added phony targets.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c9c9e10a93..ce779f2ae9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-Thu Feb 19 14:18:25 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Thu Feb 19 14:22:02 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/mkmf.rb (create_makefile): added phony targets.
* lib/mkmf.rb (create_makefile): creates target directories before
copying. [ruby-core:21958]