# HG changeset patch # User Juergen Gross # Date 1317962555 -7200 # Node ID 67f2c8de11ecb6d05e2239340ebbf83208c44863 # Parent 159be83e5fe9111bb30d8b1f83127f5724d44424 Avoid relative XEN_ROOT specification XEN_ROOT must be set to an absolute path to avoid out of the tree references Signed-off-by: juergen.gross@xxxxxxxxxxxxxx diff -r 159be83e5fe9 -r 67f2c8de11ec tools/libfsimage/xfs/Makefile --- a/tools/libfsimage/xfs/Makefile Thu Oct 06 19:44:40 2011 +0100 +++ b/tools/libfsimage/xfs/Makefile Fri Oct 07 06:42:35 2011 +0200 @@ -1,4 +1,4 @@ XEN_ROOT = ../../.. -XEN_ROOT = ../../.. +XEN_ROOT = $(CURDIR)/../../.. LIB_SRCS-y = fsys_xfs.c