qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] make: qemu-img depends on config-host.h


From: Anthony Liguori
Subject: [Qemu-devel] [PATCH] make: qemu-img depends on config-host.h
Date: Wed, 20 Jan 2010 10:12:06 -0600

Fixes mingw32 build out of tree.

Signed-off-by: Anthony Liguori <address@hidden>
---
 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
 
 obj-y = qemu-img.o qemu-tool.o $(block-obj-y) $(qobject-obj-y)
 
-- 
1.6.5.2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]