From 94c3a1b680594628134f2bb6d12bb64f6daf737d Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 19 May 2009 01:48:18 +0100 Subject: tools: clean up handling of xen config and scripts directories. For now hardcode /etc w/o a prefix as there are hardcoded config paths in the code which would break otherwise. Signed-off-by: Christoph Egger --- tools/include/xen-foreign/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/include') diff --git a/tools/include/xen-foreign/Makefile b/tools/include/xen-foreign/Makefile index 0b8ed920eb..8683b05974 100644 --- a/tools/include/xen-foreign/Makefile +++ b/tools/include/xen-foreign/Makefile @@ -1,5 +1,5 @@ XEN_ROOT=../../.. -include $(XEN_ROOT)/Config.mk +include $(XEN_ROOT)/tools/Rules.mk ROOT = $(XEN_ROOT)/xen/include/public -- cgit v1.2.3