aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-10-31 08:22:21 +0000
committerkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-10-31 08:22:21 +0000
commit7458077a2a74609f78f595998625311266d61368 (patch)
treeb01eec5e9d2d081abb9a7abe6a90d29547e713d0
parent187a0366b6643f7eca4e7121012f4e8bfd231e70 (diff)
downloadxen-7458077a2a74609f78f595998625311266d61368.tar.gz
xen-7458077a2a74609f78f595998625311266d61368.tar.bz2
xen-7458077a2a74609f78f595998625311266d61368.zip
bitkeeper revision 1.1159.142.3 (4184a0bdD3pO3ot79NURAvHqfSoj_Q)
Fix symlink creation.
-rw-r--r--tools/libxc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index 18c09c2f6c..761e43c632 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -52,7 +52,7 @@ check-for-zlib:
fi
mk-symlinks:
- ln -sf $(XEN_HYPERVISOR_IFS) xen
+ [ -e xen ] || ln -sf $(XEN_HYPERVISOR_IFS) xen
install: all
mkdir -p $(prefix)/usr/lib