From 07f61642e49d48ca2551f533573832dbcfc7b486 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 11 Apr 2005 06:26:49 +0000 Subject: * lib/mkmf.rb (configuration): shouldn't output hdrdir twice. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/mkmf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/mkmf.rb') diff --git a/lib/mkmf.rb b/lib/mkmf.rb index a9561cc7a5..07017597ca 100644 --- a/lib/mkmf.rb +++ b/lib/mkmf.rb @@ -862,7 +862,7 @@ VPATH = #{vpath.join(CONFIG['PATH_SEPARATOR'])} end CONFIG.each do |key, var| next if /^abs_/ =~ key - next unless /^(?:src|top|(.*))dir$/ =~ key and $1 + next unless /^(?:src|top|hdr|(.*))dir$/ =~ key and $1 mk << "#{key} = #{with_destdir(var.sub(drive, ''))}\n" end mk << %{ -- cgit v1.2.3