mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-07 22:13:08 +00:00
make: qemu-img depends on config-host.h
Fixes mingw32 build out of tree. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
dd17765b5f
commit
a6a853c862
2
Makefile
2
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)
|
obj-y = qemu-img.o qemu-tool.o $(block-obj-y) $(qobject-obj-y)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user