From patchwork Fri Sep 18 11:41:35 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juan Quintela X-Patchwork-Id: 48518 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n8IBgVvm014065 for ; Fri, 18 Sep 2009 11:42:31 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756803AbZIRLmY (ORCPT ); Fri, 18 Sep 2009 07:42:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756757AbZIRLmV (ORCPT ); Fri, 18 Sep 2009 07:42:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44343 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756747AbZIRLmL (ORCPT ); Fri, 18 Sep 2009 07:42:11 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8IBgFUa002409 for ; Fri, 18 Sep 2009 07:42:15 -0400 Received: from localhost.localdomain (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8IBfa99017440; Fri, 18 Sep 2009 07:42:10 -0400 From: Juan Quintela To: kvm@vger.kernel.org Subject: [PATCH 24/24] Remove build-targets-* rules that are always empty Date: Fri, 18 Sep 2009 13:41:35 +0200 Message-Id: <52de31b9d0c74f9d18fe460ed10cc7a57e4cd785.1253272938.git.quintela@redhat.com> In-Reply-To: References: In-Reply-To: References: X-Scanned-By: MIMEDefang 2.67 on 10.5.11.18 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Signed-off-by: Juan Quintela --- Makefile | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 88b39bd..1e09953 100644 --- a/Makefile +++ b/Makefile @@ -386,10 +386,3 @@ tarbin: # Include automatically generated dependency files -include $(wildcard *.d audio/*.d slirp/*.d block/*.d) - -build-targets-i386 = $(build-targets-x86) -build-targets-x86_64 = $(build-targets-x86) -build-targets-x86 = -build-targets-ia64 = - -all: $(build-targets-$(ARCH))