From f30d545256a56c9c39f2893aff2f75aad9dba924 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 20 Dec 2011 16:02:59 -0400 Subject: remove seemingly unneeded dependencies --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cef79be88..6d2a2f819 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ install: all rsync -a --delete html/ $(DESTDIR)$(PREFIX)/share/doc/git-annex/html/; \ fi -test: $(bins) +test: @if ! $(GHCMAKE) -O0 test; then \ echo "** not running test suite" >&2; \ else \ @@ -74,7 +74,7 @@ test: $(bins) fi; \ fi -testcoverage: $(bins) +testcoverage: rm -f test.tix test ghc -odir build/test -hidir build/test $(GHCFLAGS) --make -fhpc test ./test -- cgit v1.2.3