Fix Makefile dependencies for make test.

This commit is contained in:
Nathan Collins 2012-06-10 18:59:16 -07:00
parent d76afc8152
commit f4b82e31b4

View file

@ -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; \