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/; \
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue