Skip to content

makefile: unbreak parallel building

Bor Groselj Simic requested to merge turminal/pcmciautils:makefile into master

Build success currently depends on the order make picks independent rules for execution. This causes parallel builds to fail sometimes.

This short patch attempts to fix this by explicitly stating the missing dependency.

Merge request reports

Loading