remove seemingly unneeded dependencies

This commit is contained in:
Joey Hess 2011-12-20 16:02:59 -04:00
parent c4c8c80f49
commit f30d545256

View file

@ -64,7 +64,7 @@ install: all
rsync -a --delete html/ $(DESTDIR)$(PREFIX)/share/doc/git-annex/html/; \ rsync -a --delete html/ $(DESTDIR)$(PREFIX)/share/doc/git-annex/html/; \
fi fi
test: $(bins) test:
@if ! $(GHCMAKE) -O0 test; then \ @if ! $(GHCMAKE) -O0 test; then \
echo "** not running test suite" >&2; \ echo "** not running test suite" >&2; \
else \ else \
@ -74,7 +74,7 @@ test: $(bins)
fi; \ fi; \
fi fi
testcoverage: $(bins) testcoverage:
rm -f test.tix test rm -f test.tix test
ghc -odir build/test -hidir build/test $(GHCFLAGS) --make -fhpc test ghc -odir build/test -hidir build/test $(GHCFLAGS) --make -fhpc test
./test ./test