Skip to content
Commit 3740ef26 authored by Shrikant Bobade's avatar Shrikant Bobade Committed by Martin Jansa
Browse files

dnsmasq: fix parallel make failure



The dnsmasq target depends on .configured and $(objs). .configured does an rm
-f *.o. Yet the only thing telling make to build the .configured target before
the $(objs) target was the order of the dependencies of the dnsmasq target. We
can't rely on that order when doing a paralllel make build, so add an explicit
rule to enforce that order.

Signed-off-by: default avatarChristopher Larson <kergoth@gmail.com>
Signed-off-by: default avatarShrikant Bobade <Shrikant_Bobade@mentor.com>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
parent 6576cddf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment