Searched hist:"599825 c565f4e5f0790ff61ef14574b463e3b710" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | Makefile | 599825c565f4e5f0790ff61ef14574b463e3b710 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>
|