[libvirt] [ocaml PATCH 3/4] build: remove manual OCaml dependencies

Pino Toscano ptoscano at redhat.com
Thu Aug 29 14:32:48 UTC 2019


They are already covered by dependencies in Make.rules, or automatically
in .depend

Signed-off-by: Pino Toscano <ptoscano at redhat.com>
---
 libvirt/Makefile.in | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/libvirt/Makefile.in b/libvirt/Makefile.in
index 77462c7..f255ee2 100644
--- a/libvirt/Makefile.in
+++ b/libvirt/Makefile.in
@@ -119,12 +119,6 @@ autostatus: libvirt_c.c
 	@echo -n "LOC in automatic bindings: "
 	@wc -l < libvirt_c.c
 
-libvirt.cmo: libvirt.cmi
-libvirt.cmi: libvirt.mli
-
-libvirt_version.cmo: libvirt_version.cmi
-libvirt_version.cmi: libvirt_version.mli
-
 
 install-byte:
 	ocamlfind install $(OCAMLFIND_INSTFLAGS) -ldconf ignore libvirt \
-- 
2.21.0




More information about the libvir-list mailing list