From ac9f441f1f64bbcd845d1dc920082795247def13 Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Sat, 13 Jun 2015 22:39:37 +0200 Subject: [PATCH] sharness/Makefile: force sharness version check License: MIT Signed-off-by: Christian Couder --- test/sharness/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/sharness/Makefile b/test/sharness/Makefile index 100f952c8..fd3869428 100644 --- a/test/sharness/Makefile +++ b/test/sharness/Makefile @@ -35,8 +35,8 @@ aggregate: clean-test-results $(T) deps: $(SHARNESS) $(BINS) curl -$(SHARNESS): - @echo "*** installing $@ ***" +$(SHARNESS): FORCE + @echo "*** checking $@ ***" lib/install-sharness.sh bin/%: FORCE