Home
last modified time | relevance | path

Searched hist:"599825 c5" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A DMakefile599825c5 Wed Nov 16 15:58:18 CST 2011 Michael S. Tsirkin <mst@redhat.com> Makefile: fix dependencies for generated .h, .c

We have a single rule generating .c and .h files,
so .h doesn't depend on .c: both depend on the
source schema.

Fix Makefile to reflect that - without this,
if .c is there and .h is missing, Makefile does
not know how to remake .h and assumes it's
a dummy target, triggering endless rebuilds.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>