Fix parallel build for default make target.
commit71f3606bff110dda3eca39e82ed4059dc25534dd
authorYann Dirson <ydirson@free.fr>
Fri, 23 May 2014 21:54:28 +0000 (23 23:54 +0200)
committerYann Dirson <ydirson@free.fr>
Fri, 23 May 2014 21:54:28 +0000 (23 23:54 +0200)
tree57ac041a8a6e03e45e88fc784ad5567978d1592b
parentba96a69eadb4b9f00031769f593a366511dc92dc
Fix parallel build for default make target.

"make -j" would result in running 3 builds in parallel, when those
builds are interdependant (bbk needs gnushogi, which needs pat2inc).
This would result in some builds being done several times, and
make trying to run binaries as they are generated a second time
from another job.

This fix won't prevent problems when using -j and requesting several
targets at the same time, but at least the default build will work?
Makefile.in