From f3bbcc79956e7b6d38587c4de0dd1feb24b5f358 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 4 Feb 2010 09:03:42 +0000 Subject: tools: Do not append trailing slash to XEN_ROOT in Makefiles Signed-off-by: Keir Fraser --- tools/examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/examples') diff --git a/tools/examples/Makefile b/tools/examples/Makefile index bb3a72c9ba..a911fff057 100644 --- a/tools/examples/Makefile +++ b/tools/examples/Makefile @@ -1,4 +1,4 @@ -XEN_ROOT = ../../ +XEN_ROOT = ../.. include $(XEN_ROOT)/tools/Rules.mk # Init scripts. -- cgit v1.2.3