From 80f9987581014d694b8eb67bba0d5c408b7d0f98 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 5 Oct 2010 23:34:19 +0000 Subject: GNUmakefile: fix isolate invocation again :x --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index cee6042..3741db5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -26,7 +26,7 @@ RUBY_ENGINE := $(shell $(RUBY) -e 'puts((RUBY_ENGINE rescue "ruby"))') isolate_libs := tmp/isolate/.$(RUBY_ENGINE)-$(RUBY_VERSION).libs MYLIBS = $(RUBYLIB):$(shell cat $(isolate_libs) 2>/dev/null || \ - (test -f $(isolate_libs) && \ + (test -f ./script/isolate_for_tests && \ $(RUBY) ./script/isolate_for_tests >/dev/null && \ cat $(isolate_libs) 2>/dev/null)) -- cgit v1.2.3-24-ge0c7