summaryrefslogtreecommitdiff
path: root/test/mkmf/base.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-03 14:30:08 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-03 14:30:08 +0000
commitd7655cc292c431264723547bbf8ea946517ca92c (patch)
tree7e08da8ea67986d06835487d993bef3cdfd78d4f /test/mkmf/base.rb
parent5c67392c958aef7c639d04cd7d86eb923f5083c9 (diff)
* test/mkmf/base.rb (TestMkmf#setup): remove uninitialized global variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/mkmf/base.rb')
-rw-r--r--test/mkmf/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mkmf/base.rb b/test/mkmf/base.rb
index c339377b13..ee32fb0c9b 100644
--- a/test/mkmf/base.rb
+++ b/test/mkmf/base.rb
@@ -67,7 +67,7 @@ class TestMkmf < Test::Unit::TestCase
}
mkconfig = {
"hdrdir" => "$(top_srcdir)/include",
- "srcdir" => "$(top_srcdir)/ext/#{$mdir}",
+ "srcdir" => "$(top_srcdir)",
"topdir" => $topdir,
}
rbconfig0.each_pair {|key, val| rbconfig[key] ||= val.dup}