about summary refs log tree commit diff
path: root/mk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-01T14·37+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-01T14·37+0100
commitb6465ae5d3efb057b82f31e10112cc359b9afdfd (patch)
tree4849b19ec0de97920e34558102d49a87e5aace20 /mk
parent762ef464f843a0fe50e25ba07d11296b1540080e (diff)
parent28dc4883356a50f2805a3e3c819a541c44a4ff0a (diff)
Merge commit '28dc4883356a50f2805a3e3c819a541c44a4ff0a' into make
Diffstat (limited to 'mk')
-rw-r--r--mk/tests.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/tests.mk b/mk/tests.mk
index 339abd5803f1..bb94a83ac3a2 100644
--- a/mk/tests.mk
+++ b/mk/tests.mk
@@ -10,7 +10,7 @@ define run-install-test =
 
 endef
 
-installcheck: install
+installcheck:
 	@total=0; failed=0; for i in $(_installcheck-list); do \
 	  total=$$((total + 1)); \
 	  echo "running test $$i"; \