Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: add a missing target libharvid dependency of src
Without the change parallel build fails sometimes by linking too early on non-existent file: make -C src make[1]: Entering directory '/build/harvid/src' ld -r -b binary -o seek.o ../doc/seek.js ld -r -b binary -o logo.o ../doc/harvid.jpg make[1]: *** No rule to make target '../libharvid/libharvid.a', needed by 'harvid'. Stop. It's nest reproducible in `make --shuffle` mode: https://savannah.gnu.org/bugs/index.php?62100 The change makes sure 'libharvid' is built before 'src'.
- Loading branch information