about summary refs log tree commit homepage
path: root/t/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-08-17 02:33:53 +0000
committerEric Wong <e@80x24.org>2015-04-22 18:55:12 +0000
commiteb3daa8cf8d860580db3ca6f22531b051a5d6d76 (patch)
tree37a172a5f6a6befebb2a77460d9295723f8350a4 /t/GNUmakefile
parent08aa09aed7af84e5cf1505c822ea55fe9a729c92 (diff)
downloadunicorn-eb3daa8cf8d860580db3ca6f22531b051a5d6d76.tar.gz
It seems unnecessary with current versions of RubyGems
supporting development dependencies.
Diffstat (limited to 't/GNUmakefile')
-rw-r--r--t/GNUmakefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index 8f2668c..5f5d9bc 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -17,11 +17,7 @@ endif
 RUBY_ENGINE := $(shell $(RUBY) -e 'puts((RUBY_ENGINE rescue "ruby"))')
 export RUBY_ENGINE
 
-isolate_libs := ../tmp/isolate/$(RUBY_ENGINE)-$(RUBY_VERSION).mk
-$(isolate_libs): ../script/isolate_for_tests
-        @cd .. && $(RUBY) script/isolate_for_tests
--include $(isolate_libs)
-MYLIBS := $(RUBYLIB):$(ISOLATE_LIBS)
+MYLIBS := $(RUBYLIB)
 
 T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)