Am 20.01.2010 um 17:12 schrieb Anthony Liguori:
Fixes mingw32 build out of tree. Signed-off-by: Anthony Liguori <aligu...@us.ibm.com> --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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
Maybe use $(GENERATED_HEADERS) instead? Okay otherwise. Andreas