build: fix race with creating qapi-generated
authorMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 7 Sep 2011 23:40:52 +0000 (18:40 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 23 Sep 2011 15:55:34 +0000 (10:55 -0500)
commit044afc2812f7e444ae8a815027b9bb891e194b5a
tree9bd5ec8ce46f72e384ec17c4fc0f549206e82942
parent2b879d1dbbe848ace8001af04ac1c149a51bc48f
build: fix race with creating qapi-generated

Since qapi-generated/ is a global QEMU include path, we need to make
sure it is created before anything is compiled, so do this in the
configure phase rather than via the Makefile.

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure