* 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
This commit is contained in:
parent
cc433788de
commit
68bf309945
@ -1,8 +1,7 @@
|
|||||||
if /mswin|mingw/ =~ RUBY_PLATFORM
|
if /mswin|mingw/ =~ RUBY_PLATFORM
|
||||||
$objs = ["dlntest.o"]
|
$objs = ["dlntest.o"]
|
||||||
|
|
||||||
target_prefix = "-test-/win32/"
|
create_makefile("-test-/win32/dln")
|
||||||
create_makefile(target_prefix+"dln")
|
|
||||||
m = File.read("Makefile")
|
m = File.read("Makefile")
|
||||||
m.sub!(/^OBJS =.*/) {$&+" dlntest.#{$LIBEXT}"}
|
m.sub!(/^OBJS =.*/) {$&+" dlntest.#{$LIBEXT}"}
|
||||||
open("Makefile", "wb") do |mf|
|
open("Makefile", "wb") do |mf|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user