summaryrefslogtreecommitdiff
path: root/ext/-test-/win32
diff options
context:
space:
mode:
Diffstat (limited to 'ext/-test-/win32')
-rw-r--r--ext/-test-/win32/dln/extconf.rb3
1 files changed, 1 insertions, 2 deletions
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|