diff options
author | Anthony Liguori | 2010-01-20 17:09:35 +0100 |
---|---|---|
committer | Anthony Liguori | 2010-01-20 17:09:35 +0100 |
commit | a6a853c86275efd89996ce59612a000c5873db5d (patch) | |
tree | 67eaa03851fb18a97c1b4b1ebd73f8abf600b943 /Makefile | |
parent | reduce number of reinjects on ACK (diff) | |
download | qemu-a6a853c86275efd89996ce59612a000c5873db5d.tar.gz qemu-a6a853c86275efd89996ce59612a000c5873db5d.tar.xz qemu-a6a853c86275efd89996ce59612a000c5873db5d.zip |
make: qemu-img depends on config-host.h
Fixes mingw32 build out of tree.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |