From patchwork Wed Oct 7 00:40:57 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juan Quintela X-Patchwork-Id: 35189 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 A2E94B7B95 for ; Wed, 7 Oct 2009 11:59:19 +1100 (EST) Received: from localhost ([127.0.0.1]:51102 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvKs7-00072Y-O3 for incoming@patchwork.ozlabs.org; Tue, 06 Oct 2009 20:59:15 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvKbI-0006ND-J5 for qemu-devel@nongnu.org; Tue, 06 Oct 2009 20:41:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvKbF-0006Kq-0M for qemu-devel@nongnu.org; Tue, 06 Oct 2009 20:41:52 -0400 Received: from [199.232.76.173] (port=60237 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvKbE-0006Kf-Ma for qemu-devel@nongnu.org; Tue, 06 Oct 2009 20:41:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62472) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvKbE-0000Bv-97 for qemu-devel@nongnu.org; Tue, 06 Oct 2009 20:41:48 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n970flKK014662 for ; Tue, 6 Oct 2009 20:41:47 -0400 Received: from localhost.localdomain (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n970fiGO022901; Tue, 6 Oct 2009 20:41:46 -0400 From: Juan Quintela To: qemu-devel@nongnu.org Date: Wed, 7 Oct 2009 02:40:57 +0200 Message-Id: <89248c69a771c1f7b55ded8f9d4ec21a7959f4c7.1254875337.git.quintela@redhat.com> In-Reply-To: References: In-Reply-To: References: X-Scanned-By: MIMEDefang 2.67 on 10.5.11.17 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: [Qemu-devel] [PATCH 01/31] Don't include config-host.mak from inside config.mak 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 Include it directly in Makefile.target Signed-off-by: Juan Quintela --- Makefile.target | 1 + configure | 2 -- 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/Makefile.target b/Makefile.target index 1f4518c..9793b03 100644 --- a/Makefile.target +++ b/Makefile.target @@ -1,5 +1,6 @@ # -*- Mode: makefile -*- +include ../config-host.mak include config.mak include $(SRC_PATH)/rules.mak diff --git a/configure b/configure index ad04880..ed5d7d6 100755 --- a/configure +++ b/configure @@ -2147,8 +2147,6 @@ ln -s $source_path/Makefile.target $target_dir/Makefile echo "# Automatically generated by configure - do not modify" > $config_mak -echo "include ../config-host.mak" >> $config_mak - bflt="no" elfload32="no" target_nptl="no"