summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-18 14:10:33 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-18 14:10:33 +0000
commita7a26fe56b0b72bb2bb85ae6fb048e028e8d2927 (patch)
treedd390ba988fc22789153309705408897f4095562 /ChangeLog
parent9f9dad2cca1b860268145ec9b250846c6df86ba9 (diff)
* Makefile.in (distclean-ext): removes directories for extensions
correctly. * common.mk (realclean-local): removes id.h too. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe605f879a..4149af8845 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri Jun 18 23:08:18 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * Makefile.in (distclean-ext): removes directories for extensions
+ correctly.
+
+ * common.mk (realclean-local): removes id.h too.
+
Fri Jun 18 01:33:21 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* enc/Makefile.in (realclean): has been missing. necessary