summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-23 18:21:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-23 18:21:54 +0000
commit3056453fa71d9a934aac53ef034cd53cd1e71ced (patch)
treeee61358cfc79b6958144a00053fbb8b863b9a0c9 /ChangeLog
parent4575613ebd1f2a713856b68307cb7572af2303ae (diff)
* lib/mkmf.rb (init_mkmf): libdir prior to topdir.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9587ebee6..47e926adb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Oct 24 03:19:22 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
+
+ * lib/mkmf.rb (init_mkmf): libdir prior to topdir.
+
Thu Oct 24 02:22:41 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* configure.in (LIBPATHFLAG): should escape $. [ruby-dev:18572]