From: Anthony Liguori Date: Wed, 20 Jan 2010 16:09:35 +0000 (-0600) Subject: make: qemu-img depends on config-host.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a6a853c86275efd89996ce59612a000c5873db5d;p=qemu.git make: qemu-img depends on config-host.h Fixes mingw32 build out of tree. Signed-off-by: Anthony Liguori --- diff --git a/Makefile b/Makefile index b1bbe6d604..60d5c66ba9 100644 --- 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)