Makefile: use full path for qapi-generated directory
commit9b129408589b2ed7bb2cdea03d2aba46a5fd74d4
authorMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 29 Nov 2011 22:47:49 +0000 (29 16:47 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 30 Nov 2011 15:28:32 +0000 (30 09:28 -0600)
tree4062748e84fb83fdbe0b8973f380026eb6c0f03f
parentd8e1f214a0046b85f5297b0396f3678531b8982d
Makefile: use full path for qapi-generated directory

Generally $(BUILD_DIR) == $(CURDIR), but that isn't necessarilly the
case, so use $(BUILD_DIR)/qapi-generated for generated files to
avoid potentionally sticking generating files in odd places outside
the build's include paths.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile