[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] libxc: Use vpath rather than VPATH, to avoid linking with hypervisor .o files.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1213014335 -3600 # Node ID 5e5f3970f66fb57fbe32bf03cfc9b60f1c590341 # Parent 6ec700f46c4e3a75be25bc14e500162f20328e3d libxc: Use vpath rather than VPATH, to avoid linking with hypervisor .o files. Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx> --- tools/libxc/Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 6ec700f46c4e -r 5e5f3970f66f tools/libxc/Makefile --- a/tools/libxc/Makefile Mon Jun 09 11:45:10 2008 +0100 +++ b/tools/libxc/Makefile Mon Jun 09 13:25:35 2008 +0100 @@ -32,7 +32,7 @@ GUEST_SRCS-$(CONFIG_MIGRATE) += xc_domai GUEST_SRCS-$(CONFIG_MIGRATE) += xc_domain_restore.c xc_domain_save.c GUEST_SRCS-$(CONFIG_HVM) += xc_hvm_build.c -VPATH = ../../xen/common/libelf +vpath %.c ../../xen/common/libelf CFLAGS += -I../../xen/common/libelf GUEST_SRCS-y += libelf-tools.c libelf-loader.c _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |