aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-23 12:44:30 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-23 12:44:30 +0000
commitde9093ad2941a4c1ae64fe5a6e48166d155397e5 (patch)
treef49bea387b6f30b5156e1c7939e33a212b05769f /ChangeLog
parent87fe2bfdcf16b37608b5c1b51da63f024818cc85 (diff)
downloadruby-de9093ad2941a4c1ae64fe5a6e48166d155397e5.tar.gz
mkmf.rb: use internal path
* lib/mkmf.rb (MakeMakefile#configuration): make prefix paths internal to deal with in Makefile. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b9e031964..4975ae1365 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Sun Sep 23 21:42:22 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sun Sep 23 21:44:20 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/mkmf.rb (MakeMakefile#configuration): make prefix paths
+ internal to deal with in Makefile.
* lib/mkmf.rb (MakeMakefile#mkintpath): not a global function now.