]> git.evergreen-ils.org Git - OpenSRF.git/commit
LP#1704116: fix intermittant failure of parallel building
authorGraham Billiau <graham@geeksinthegong.net>
Thu, 13 Jul 2017 15:29:43 +0000 (11:29 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 31 Jul 2017 14:55:08 +0000 (10:55 -0400)
commit22b5bf2b7606787dedac82c4eaae59b9bf2c7746
tree48b3c7f48b5d71c6fc5ab9cfcbc99e3570efff00
parent6793a4d7022714899c6701914284581784dadb1d
LP#1704116: fix intermittant failure of parallel building

Running make to do a parallel build (e.g., 'make -j 4' or
the like) could fail because of an undeclared dependency; this
patch fixes the issue.

The issue can be reproduced by repeating "make clean; make -j 4"
until the build fails.

Signed-off-by: Graham Billiau <graham@geeksinthegong.net>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
src/libopensrf/Makefile.am