aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-18 06:44:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-18 06:44:25 +0000
commit168b9e13ff4192d850bc2f46cf6debd6849a96a8 (patch)
treeb67da91bc0be8f93a80fdf27e322c47195686b94 /ChangeLog
parentcbc4bb6b924e7b538b2e51e41938114586be4e8b (diff)
downloadruby-168b9e13ff4192d850bc2f46cf6debd6849a96a8.tar.gz
* common.mk (encs, ext/ripper/ripper.c): other options must come
before MAKEFLAGS in GNU make. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14291 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 58d81709b6..502b86b550 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Dec 18 15:43:59 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * common.mk (encs, ext/ripper/ripper.c): other options must come
+ before MAKEFLAGS in GNU make.
+
Tue Dec 18 15:19:55 2007 Eric Hodel <drbrain@segment7.net>
* lib/rdoc/parsers/parse_rb.rb: Don't call private fail anymore.