]> git.proxmox.com Git - qemu.git/commit
Makefile: add missing deps on $(GENERATED_HEADERS)
authorMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 26 Jul 2011 16:39:24 +0000 (11:39 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Sun, 31 Jul 2011 20:56:52 +0000 (15:56 -0500)
commit88ca9f047bf8df20ae0a6305d99cbad1e893777f
treeddebba6909f04101bcf4cfc9632f2f4c1c71870d
parent898517b0bc065a283249f035e7f2de251372cbdb
Makefile: add missing deps on $(GENERATED_HEADERS)

This fixes a build issue with make -j6+ due to qapi-generated files
being built before $(GENERATED_HEADERS) have been created.

Tested-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Makefile