sharness/Makefile: force sharness version check
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Christian Couder committed
Jun 13, 2015 at 22:39 UTC
ac9f441f1f64bbcd845d1dc920082795247def13
1 file changed
+2
-2
test/sharness/Makefile
+2
-2
@@ -35,8 +35,8 @@ aggregate: clean-test-results $(T)
35
36
deps: $(SHARNESS) $(BINS) curl
37
38
-$(SHARNESS):
39
- @echo "*** installing $@ ***"
38
+$(SHARNESS): FORCE
39
+ @echo "*** checking $@ ***"
40
lib/install-sharness.sh
41
42
bin/%: FORCE