From 179dec40d0760c2456d1f3e7b94dda5073d5b0a4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 18 Sep 2009 17:32:45 -0700 Subject: GNUmakefile: add missing .manifest dep on test installs Now tests run after a clean checkout (as long as rack libraries are in $LOAD_PATH, probably via RUBYLIB). --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-24-ge0c7