* [Qemu-devel] [PATCH] Makefile: Remove unneeded prerequisites
@ 2009-11-12 18:08 Stefan Weil
0 siblings, 0 replies; only message in thread
From: Stefan Weil @ 2009-11-12 18:08 UTC (permalink / raw)
To: QEMU Developers
Thanks to f527c57935e22b56952d1ed1af36070b682ecf70
(fix parallel build), these prerequisites
are redundant now and can be removed.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
Makefile | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 7be0a15..3d6a2b0 100644
--- a/Makefile
+++ b/Makefile
@@ -211,14 +211,12 @@ libqemu_common.a: $(obj-y)
######################################################################
-qemu-img.o: config-host.h qemu-img-cmds.h
+qemu-img.o: qemu-img-cmds.h
qemu-img$(EXESUF): qemu-img.o qemu-tool.o $(block-obj-y)
qemu-nbd$(EXESUF): qemu-nbd.o qemu-tool.o $(block-obj-y)
-qemu-io.o: config-host.h
-
qemu-io$(EXESUF): qemu-io.o qemu-tool.o cmd.o $(block-obj-y)
qemu-img-cmds.h: $(SRC_PATH)/qemu-img-cmds.hx
--
1.5.6.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-11-12 18:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-12 18:08 [Qemu-devel] [PATCH] Makefile: Remove unneeded prerequisites Stefan Weil
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).