Skip to content

Makefile: Disable parallel make.

username-removed-288841 requested to merge (removed):patch-2 into master

Because many dependencies are missing, it is not safe to run parallel make. Alternately, this could be fixed by adding the missing dependencies, but that would be a larger change; and it seems to be planned that the Makefile be phased out anyway.

Fixes issue #201 .

Merge request reports