From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8e6V-0002KX-2o for qemu-devel@nongnu.org; Thu, 12 Nov 2009 13:09:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8e6Q-0002Cj-A8 for qemu-devel@nongnu.org; Thu, 12 Nov 2009 13:09:06 -0500 Received: from [199.232.76.173] (port=48724 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8e6P-0002CH-R8 for qemu-devel@nongnu.org; Thu, 12 Nov 2009 13:09:01 -0500 Received: from moutng.kundenserver.de ([212.227.126.187]:51869) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N8e6P-0006yk-8s for qemu-devel@nongnu.org; Thu, 12 Nov 2009 13:09:01 -0500 From: Stefan Weil Date: Thu, 12 Nov 2009 19:08:56 +0100 Message-Id: <1258049336-10573-1-git-send-email-weil@mail.berlios.de> Subject: [Qemu-devel] [PATCH] Makefile: Remove unneeded prerequisites List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Thanks to f527c57935e22b56952d1ed1af36070b682ecf70 (fix parallel build), these prerequisites are redundant now and can be removed. Signed-off-by: Stefan Weil --- 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