aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-03 05:57:30 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-03 05:57:30 +0000
commit078928bbdd66586ee18fce8fa4485ac31d960df3 (patch)
treea0f148863ba2a28f87aca4a3a3586e42258fa185 /ChangeLog
parent91c9a4becb625e10011e82e74d1be22835dda775 (diff)
downloadruby-078928bbdd66586ee18fce8fa4485ac31d960df3.tar.gz
* ext/extmk.rb (extmake): removes object files no longer used.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22716 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 70876bd6c6..6e65099dcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
-Tue Mar 3 14:53:16 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Tue Mar 3 14:57:28 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* common.mk (main): passes $(MAKE) to mkmain_cmd
+ * ext/extmk.rb (extmake): removes object files no longer used.
+
* ext/extmk.rb (command_output): uses arguments to invoke make.
Tue Mar 3 01:56:03 2009 Tanaka Akira <akr@fsij.org>