From 9da62033ed441fa20fd8651bdd46b64187582ac7 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 16 Apr 2009 16:23:11 -0700 Subject: GNUmakefile: small dependency cleanups --- GNUmakefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 4774437..d309cdb 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -32,23 +32,23 @@ inst_deps := $(wildcard bin/*) $(wildcard lib/*.rb) \ ext/unicorn/http11/http11_parser.c: ext/unicorn/http11/http11_parser.rl cd $(@D) && ragel $( $@ -install-test: +install-test: $(inst_deps) + test -n "$(test_prefix)" mkdir -p $(test_prefix)/.ccache tar c bin ext lib GNUmakefile | (cd $(test_prefix) && tar x) + $(MAKE) -C $(test_prefix) clean $(MAKE) -C $(test_prefix) http11 shebang # this is only intended to be run within $(test_prefix) -- cgit v1.2.3-24-ge0c7