From patchwork Fri Aug 28 18:56: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: 32435 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 09DD4B6F1E for ; Sat, 29 Aug 2009 05:47:27 +1000 (EST) Received: from localhost ([127.0.0.1]:38852 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh7Pw-0000ao-6M for incoming@patchwork.ozlabs.org; Fri, 28 Aug 2009 15:47:24 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mh6fm-0002sH-VF for qemu-devel@nongnu.org; Fri, 28 Aug 2009 14:59:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mh6fg-0002hg-58 for qemu-devel@nongnu.org; Fri, 28 Aug 2009 14:59:40 -0400 Received: from [199.232.76.173] (port=43265 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh6ff-0002hQ-PP for qemu-devel@nongnu.org; Fri, 28 Aug 2009 14:59:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7019) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mh6ff-0007cH-8B for qemu-devel@nongnu.org; Fri, 28 Aug 2009 14:59:35 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7SIxYcG031215; Fri, 28 Aug 2009 14:59:34 -0400 Received: from localhost.localdomain (vpn2-8-222.ams2.redhat.com [10.36.8.222]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7SIxTPe029889; Fri, 28 Aug 2009 14:59:33 -0400 From: Juan Quintela To: qemu-devel@nongnu.org Date: Fri, 28 Aug 2009 20:56:36 +0200 Message-Id: In-Reply-To: References: In-Reply-To: References: X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Cc: aliguori@us.ibm.com 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 f7d1919..1993d15 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 b805f10..b44ca4f 100755 --- a/configure +++ b/configure @@ -2023,8 +2023,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"