makefile: unbreak parallel building
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.