From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMNaJ-00043p-K8 for qemu-devel@nongnu.org; Thu, 02 Jul 2009 10:48:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMNaE-0003rr-Mc for qemu-devel@nongnu.org; Thu, 02 Jul 2009 10:48:23 -0400 Received: from [199.232.76.173] (port=34513 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMNaE-0003rM-CE for qemu-devel@nongnu.org; Thu, 02 Jul 2009 10:48:18 -0400 Received: from mx2.redhat.com ([66.187.237.31]:36023) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMNaD-0005l9-Vg for qemu-devel@nongnu.org; Thu, 02 Jul 2009 10:48:18 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n62EmHJh010646 for ; Thu, 2 Jul 2009 10:48:17 -0400 From: quintela@redhat.com Date: Thu, 2 Jul 2009 16:46:25 +0200 Message-Id: In-Reply-To: References: In-Reply-To: References: Subject: [Qemu-devel] [PATCH 01/19] fix XEN Build List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Juan Quintela From: Juan Quintela I miss s/yes/y/ in one place Signed-off-by: Juan Quintela --- Makefile.target | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.target b/Makefile.target index a593503..5ca90af 100644 --- a/Makefile.target +++ b/Makefile.target @@ -543,7 +543,7 @@ endif # xen backend driver support obj-$(CONFIG_XEN) += xen_machine_pv.o xen_domainbuild.o -ifeq ($(CONFIG_XEN), yes) +ifeq ($(CONFIG_XEN), y) LIBS += $(XEN_LIBS) endif -- 1.6.2.2