aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Rules.mk
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-05-24 21:17:20 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-05-24 21:17:20 +0000
commit519108b9f74f9a601b69733e864ad9bcb8c8e2d7 (patch)
tree57282d2fb82a415f54c157ea26778e3e8b488f35 /tools/Rules.mk
parent46fc2b33ed8e425dddf8af3ad9202eacb262c740 (diff)
downloadxen-519108b9f74f9a601b69733e864ad9bcb8c8e2d7.tar.gz
xen-519108b9f74f9a601b69733e864ad9bcb8c8e2d7.tar.bz2
xen-519108b9f74f9a601b69733e864ad9bcb8c8e2d7.zip
bitkeeper revision 1.1534.1.1 (429399e0oJudIjoFsgWFxNKnCM7qTg)
Nothing but vnet uses libxutil -- move it there. Makefile, xc.c, setup.py, configure, configure.in, Makefile.in: This doesn't use libxutil. Makefile, Makefile.vnet, Rules.mk: Move libxutil into vnet since it's only used there. Many files: mvdir
Diffstat (limited to 'tools/Rules.mk')
-rw-r--r--tools/Rules.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/Rules.mk b/tools/Rules.mk
index 6e811b9611..5b79d37ff7 100644
--- a/tools/Rules.mk
+++ b/tools/Rules.mk
@@ -4,7 +4,6 @@ include $(XEN_ROOT)/Config.mk
XEN_XC = $(XEN_ROOT)/tools/python/xen/lowlevel/xc
XEN_LIBXC = $(XEN_ROOT)/tools/libxc
-XEN_LIBXUTIL = $(XEN_ROOT)/tools/libxutil
ifeq ($(XEN_TARGET_ARCH),x86_32)
CFLAGS += -m32 -march=i686