ia64/xen-unstable
changeset 17810:5e5f3970f66f
libxc: Use vpath rather than VPATH, to avoid linking with hypervisor .o files.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Mon Jun 09 13:25:35 2008 +0100 (2008-06-09) |
parents | 6ec700f46c4e |
children | 8b5b0512ed6a |
files | tools/libxc/Makefile |
line diff
1.1 --- a/tools/libxc/Makefile Mon Jun 09 11:45:10 2008 +0100 1.2 +++ b/tools/libxc/Makefile Mon Jun 09 13:25:35 2008 +0100 1.3 @@ -32,7 +32,7 @@ GUEST_SRCS-y += xg_private.c 1.4 GUEST_SRCS-$(CONFIG_MIGRATE) += xc_domain_restore.c xc_domain_save.c 1.5 GUEST_SRCS-$(CONFIG_HVM) += xc_hvm_build.c 1.6 1.7 -VPATH = ../../xen/common/libelf 1.8 +vpath %.c ../../xen/common/libelf 1.9 CFLAGS += -I../../xen/common/libelf 1.10 1.11 GUEST_SRCS-y += libelf-tools.c libelf-loader.c