When using parallel build, it randomly fails, because targets are not syncronized. Add this line to makefile: `$(PDCLIBS) : .WAIT $(SHOFILES)`
When using parallel build, it randomly fails, because targets are not syncronized.
Add this line to makefile:
$(PDCLIBS) : .WAIT $(SHOFILES)