From a6a853c86275efd89996ce59612a000c5873db5d Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Wed, 20 Jan 2010 10:09:35 -0600 Subject: make: qemu-img depends on config-host.h Fixes mingw32 build out of tree. Signed-off-by: Anthony Liguori --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b1bbe6d..60d5c66 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) -- cgit v1.1