make: qemu-img depends on config-host.h
authorAnthony Liguori <aliguori@us.ibm.com>
Wed, 20 Jan 2010 16:09:35 +0000 (10:09 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 20 Jan 2010 16:09:35 +0000 (10:09 -0600)
Fixes mingw32 build out of tree.

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

index b1bbe6d604e19732b3c466c7c469513c2b56dc46..60d5c66ba9a4d6ccdb24d22f397d0e44c4743b60 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -126,7 +126,7 @@ bt-host.o: QEMU_CFLAGS += $(BLUEZ_CFLAGS)
 
 ######################################################################
 
-qemu-img.o: qemu-img-cmds.h
+qemu-img.o: qemu-img-cmds.h config-host.h
 
 obj-y = qemu-img.o qemu-tool.o $(block-obj-y) $(qobject-obj-y)