summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nathan Collins <nathan.collins@gmail.com>2012-06-10 18:59:16 -0700
committerGravatar Nathan Collins <nathan.collins@gmail.com>2012-06-10 18:59:16 -0700
commitf4b82e31b47ac17bbd55dfcdb681cb82174dda00 (patch)
tree3990738874e7657ee8922c7ab257a23e5b5a6c4f
parentd76afc8152cbade2dbfe68c7ef786b2fa5a79f2f (diff)
Fix Makefile dependencies for `make test`.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ac06e1d7..03bada30e 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ install: all install-docs
install $(bins) $(DESTDIR)$(PREFIX)/bin
ln -sf git-annex $(DESTDIR)$(PREFIX)/bin/git-annex-shell
-test:
+test: $(sources) $(clibs)
@if ! $(GHCMAKE) -O0 test $(clibs); then \
echo "** failed to build the test suite" >&2; \
exit 1; \