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