From d7655cc292c431264723547bbf8ea946517ca92c Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 3 Apr 2012 14:30:08 +0000 Subject: * 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 --- test/mkmf/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.3