about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-10-05 23:34:19 +0000
committerEric Wong <normalperson@yhbt.net>2010-10-05 23:34:19 +0000
commit80f9987581014d694b8eb67bba0d5c408b7d0f98 (patch)
tree5b9187f59ea067cb9abdf24c1d14c1ecedf418e7
parentfd6b47cf1690cb45f2144cd92e0fe1f301c7c37b (diff)
downloadunicorn-80f9987581014d694b8eb67bba0d5c408b7d0f98.tar.gz
again :x
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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))