]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile
build: do not sprinkle around GENERATED_HEADERS dependencies
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 29 May 2012 10:41:34 +0000 (12:41 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Jun 2012 05:17:26 +0000 (07:17 +0200)
commit4115852bb0670841ff0e780692bcfcf1ede120b0
treefa949b9003b17ab5c6bea80307fa011087bce365
parent046e7c5f934a7a5680a6822eae4dfa80899a1d40
build: do not sprinkle around GENERATED_HEADERS dependencies

Keeping GENERATED_HEADERS dependencies up-to-date everywhere is complex.
We can simply make the Makefile depend on them, and they will be built
before all other targets.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile
Makefile.target
tests/Makefile