remove seemingly unneeded dependencies
This commit is contained in:
parent
c4c8c80f49
commit
f30d545256
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
|
Loading…
Add table
Reference in a new issue