From 05a0a944ceb9e0c5d8697febcdc145ebfa899e56 Mon Sep 17 00:00:00 2001 From: Juan Batiz-Benet Date: Sat, 10 Jan 2015 01:06:36 -0800 Subject: [PATCH] makefile: fix target in sharness tests --- test/sharness/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/sharness/Makefile b/test/sharness/Makefile index b314c6757..96f0462f3 100644 --- a/test/sharness/Makefile +++ b/test/sharness/Makefile @@ -9,6 +9,7 @@ T = $(sort $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)) BINS = bin/random bin/ipfs SHARNESS = lib/sharness/sharness.sh +IPFS_ROOT = ../.. all: clean deps $(T) aggregate @@ -30,7 +31,7 @@ $(SHARNESS): @echo "*** installing $@ ***" lib/install-sharness.sh -bin/%: +bin/%: $(IPFS_ROOT)/**/*.go @echo "*** installing $@ ***" cd .. && make $@