From 68bf309945986fd2d4ad8ee9b266a53bf4f371f0 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 17 Apr 2012 04:17:05 +0000 Subject: * ext/-test-/win32/dln/extconf.rb: remove unnecessary local variable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/-test-/win32/dln/extconf.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext/-test-/win32/dln') diff --git a/ext/-test-/win32/dln/extconf.rb b/ext/-test-/win32/dln/extconf.rb index e7fbd35405..fb3e7cc508 100644 --- a/ext/-test-/win32/dln/extconf.rb +++ b/ext/-test-/win32/dln/extconf.rb @@ -1,8 +1,7 @@ if /mswin|mingw/ =~ RUBY_PLATFORM $objs = ["dlntest.o"] - target_prefix = "-test-/win32/" - create_makefile(target_prefix+"dln") + create_makefile("-test-/win32/dln") m = File.read("Makefile") m.sub!(/^OBJS =.*/) {$&+" dlntest.#{$LIBEXT}"} open("Makefile", "wb") do |mf| -- cgit v1.2.3