aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-06 11:06:08 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-06 11:06:08 +0100
commit3c82abc2945f178e00d8a588e8b043c5a9031813 (patch)
treeac517a7be21d064d36364f4b9353a67e2605072f /tools/xenstore
parentd236f2c2449bf963b80d08b6ce40d40be6e0529b (diff)
downloadxen-3c82abc2945f178e00d8a588e8b043c5a9031813.tar.gz
xen-3c82abc2945f178e00d8a588e8b043c5a9031813.tar.bz2
xen-3c82abc2945f178e00d8a588e8b043c5a9031813.zip
ocaml: remove hook to external repository.
Signed-off-by: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
Diffstat (limited to 'tools/xenstore')
-rw-r--r--tools/xenstore/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile
index f64ba9face..6ef6ff0075 100644
--- a/tools/xenstore/Makefile
+++ b/tools/xenstore/Makefile
@@ -95,11 +95,6 @@ tarball: clean
.PHONY: install
install: all
-ifneq ($(CONFIG_OCAML_XENSTORED),y)
- $(INSTALL_DIR) $(DESTDIR)/var/run/xenstored
- $(INSTALL_DIR) $(DESTDIR)/var/lib/xenstored
- $(INSTALL_PROG) xenstored $(DESTDIR)$(SBINDIR)
-endif
$(INSTALL_DIR) $(DESTDIR)$(BINDIR)
$(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)