From patchwork Thu Aug 27 19:17:36 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juan Quintela X-Patchwork-Id: 32278 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 bilbo.ozlabs.org (Postfix) with ESMTPS id A9980B7B9E for ; Fri, 28 Aug 2009 05:22:58 +1000 (EST) Received: from localhost ([127.0.0.1]:53940 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgkYh-0006UW-Tv for incoming@patchwork.ozlabs.org; Thu, 27 Aug 2009 15:22:55 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgkWT-0005KS-9K for qemu-devel@nongnu.org; Thu, 27 Aug 2009 15:20:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgkWO-0005JX-4K for qemu-devel@nongnu.org; Thu, 27 Aug 2009 15:20:37 -0400 Received: from [199.232.76.173] (port=54396 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgkWO-0005JU-12 for qemu-devel@nongnu.org; Thu, 27 Aug 2009 15:20:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8098) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgkWN-00060M-Im for qemu-devel@nongnu.org; Thu, 27 Aug 2009 15:20:31 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7RJKUHS003986 for ; Thu, 27 Aug 2009 15:20:30 -0400 Received: from localhost.localdomain (vpn2-8-219.ams2.redhat.com [10.36.8.219]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7RJKRxx028641; Thu, 27 Aug 2009 15:20:29 -0400 From: Juan Quintela To: qemu-devel@nongnu.org Date: Thu, 27 Aug 2009 21:17:36 +0200 Message-Id: In-Reply-To: References: In-Reply-To: References: X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: [Qemu-devel] [PATCH 01/30] 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 0f8137b..ede4008 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 5c1065f..99bf3e5 100755 --- a/configure +++ b/configure @@ -1847,8 +1847,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"