about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-18 17:32:45 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-18 17:32:45 -0700
commit179dec40d0760c2456d1f3e7b94dda5073d5b0a4 (patch)
tree65e820e507ea4be14a16bc125fe6ff48eb214e17 /GNUmakefile
parentce2602376cf586e68d11174004539609de6fa6b0 (diff)
downloadunicorn-179dec40d0760c2456d1f3e7b94dda5073d5b0a4.tar.gz
Now tests run after a clean checkout (as long as rack libraries
are in $LOAD_PATH, probably via RUBYLIB).
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a20dcb0..c92ac71 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -53,7 +53,7 @@ lib/unicorn_http.$(DLEXT): $(ext)/unicorn_http.$(DLEXT)
         install -m644 $< $@
 http: lib/unicorn_http.$(DLEXT)
 
-$(test_prefix)/.stamp: $(inst_deps)
+$(test_prefix)/.stamp: $(inst_deps) .manifest
         mkdir -p $(test_prefix)/.ccache
         tar c `cat .manifest` | (cd $(test_prefix) && tar x)
         $(MAKE) -C $(test_prefix) clean