aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-15 15:36:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-15 15:36:44 +0000
commit6ac2742afacf9fd7c9a378d1bbadcf9b730bfbef (patch)
tree8e7749211b31e16e1b8962736c839244b099dfbe /ChangeLog
parentc8c709ddfa6c8369346688193cb908d1e05c0902 (diff)
downloadruby-6ac2742afacf9fd7c9a378d1bbadcf9b730bfbef.tar.gz
* configure.in (MAKEFILES): should be enc/Makefile, not GNUmakefile.
[ruby-dev:32609] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14247 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 16398dc209..4ba74c8f73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Dec 16 00:36:42 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (MAKEFILES): should be enc/Makefile, not GNUmakefile.
+ [ruby-dev:32609]
+
Sat Dec 15 23:58:46 2007 Tanaka Akira <akr@fsij.org>
* test/openssl/test_pair.rb (SSLPair#ssl_pair): join the thread, even