From patchwork Thu Nov 12 18:08:56 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Weil X-Patchwork-Id: 38263 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B1115B7B6A for ; Fri, 13 Nov 2009 05:09:59 +1100 (EST) Received: from localhost ([127.0.0.1]:37558 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8e7H-0002fq-GR for incoming@patchwork.ozlabs.org; Thu, 12 Nov 2009 13:09:55 -0500 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 Received: from flocke.weilnetz.de (p54ADF28D.dip.t-dialin.net [84.173.242.141]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0MWfQV-1McRaE2pFT-00XkZz; Thu, 12 Nov 2009 19:08:58 +0100 Received: from stefan by flocke.weilnetz.de with local (Exim 4.69) (envelope-from ) id 1N8e6K-0002l0-P1; Thu, 12 Nov 2009 19:08:56 +0100 From: Stefan Weil To: QEMU Developers Date: Thu, 12 Nov 2009 19:08:56 +0100 Message-Id: <1258049336-10573-1-git-send-email-weil@mail.berlios.de> X-Mailer: git-send-email 1.5.6.5 X-Provags-ID: V01U2FsdGVkX19GmP/tZXOWzejIxMeiCSrfiBVbrOMdll1AkpA AhyLedA6kjtzCjYirIEldtch1ez7VUK7KzvXRavyqeiWnItVi0 /4sPreF5fa9GyX9f/zO9jG6saEChP7yyuR0E8Iv+CR6/gv4t6K rmg== X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Cc: Subject: [Qemu-devel] [PATCH] Makefile: Remove unneeded prerequisites X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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