diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2010-01-20 10:09:35 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-01-20 10:09:35 -0600 |
commit | f1f7fb1678716b922db6361826038a48b64ceb9a (patch) | |
tree | 67eaa03851fb18a97c1b4b1ebd73f8abf600b943 /Makefile | |
parent | 1fd28ece1f599bf05cdfd84750ec8d6432668ae2 (diff) | |
download | qemu-f1f7fb1678716b922db6361826038a48b64ceb9a.tar.gz qemu-f1f7fb1678716b922db6361826038a48b64ceb9a.tar.bz2 qemu-f1f7fb1678716b922db6361826038a48b64ceb9a.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) |