From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerone Young Subject: [PATCH] xenstore makefile fix Date: Thu, 09 Jun 2005 12:27:20 -0500 Message-ID: <1118338040.20524.13.camel@thinkpad> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org xenstore was not including Rules.mk for the tools, preventing compilation on x86-64. The comment "This does something wrong to TARGET_ARCH" is no longer true. Signed-off-by: Jerone Young --- tools/xenstore/Makefile.orig 2005-06-09 12:25:39.000000000 -0500 +++ tools/xenstore/Makefile 2005-06-09 12:25:47.000000000 -0500 @@ -1,6 +1,5 @@ XEN_ROOT=../.. -# This does something wrong to TARGET_ARCH. -#include $(XEN_ROOT)/tools/Rules.mk +include $(XEN_ROOT)/tools/Rules.mk LIBDIR = lib XEN_LIBXC = $(XEN_ROOT)/tools/libxc -- Jerone Young IBM Linux Technology Center jyoung5@us.ibm.com 512-838-1157 (T/L: 678-1157)