Fix Makefile dependencies for make test
.
This commit is contained in:
parent
d76afc8152
commit
f4b82e31b4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue