ia64/xen-unstable
changeset 5740:09cc6606517d
Tools build fixes.
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Mon Jul 11 16:04:22 2005 +0000 (2005-07-11) |
parents | 622ea2078f85 |
children | c20bd9f1d204 |
files | tools/libxc/Makefile tools/policy/Makefile |
line diff
1.1 --- a/tools/libxc/Makefile Mon Jul 11 16:02:28 2005 +0000 1.2 +++ b/tools/libxc/Makefile Mon Jul 11 16:04:22 2005 +0000 1.3 @@ -59,7 +59,7 @@ check-for-zlib: 1.4 false; \ 1.5 fi 1.6 1.7 -LINUX_ROOT := $(wildcard $(XEN_ROOT)/linux-2.6.*-xen-sparse) 1.8 +LINUX_ROOT := $(XEN_ROOT)/linux-2.6-xen-sparse 1.9 mk-symlinks: 1.10 [ -e xen/linux ] || mkdir -p xen/linux 1.11 [ -e xen/io ] || mkdir -p xen/io
2.1 --- a/tools/policy/Makefile Mon Jul 11 16:02:28 2005 +0000 2.2 +++ b/tools/policy/Makefile Mon Jul 11 16:04:22 2005 +0000 2.3 @@ -24,7 +24,7 @@ clean: 2.4 rm -rf policy_tool xen 2.5 2.6 2.7 -LINUX_ROOT := $(wildcard $(XEN_ROOT)/linux-2.6.*-xen-sparse) 2.8 +LINUX_ROOT := $(XEN_ROOT)/linux-2.6-xen-sparse 2.9 mk-symlinks: 2.10 [ -e xen/linux ] || mkdir -p xen/linux 2.11 [ -e xen/io ] || mkdir -p xen/io