aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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