This reverts commit
064569bcbf854a9cf588ce31851d987d5f114ec8.
This commit does the wrong thing: creating an empty ocaml/.depend
file is wrong because building the OCaml bindings will fail.
Not having this file will prevent automake from running. Therefore
this file has to exist with the correct content in git.
Makefile.in
missing
*.o
-ocaml/.depend
ocaml/bindtests
ocaml/bindtests.ml
ocaml/dllmlguestfs.so
--tests-base=gnulib/tests \
--import $modules
-# ocaml/.depend is updated automatically. However, as it's included by
-# ocaml/Makefile.am we need to bootstrap it here.
-touch ocaml/.depend
-
# Disable autopoint and libtoolize, since they were already done above.
AUTOPOINT=true LIBTOOLIZE=true autoreconf --verbose --install
--- /dev/null
+bindtests.cmo: guestfs.cmi
+bindtests.cmx: guestfs.cmx
+guestfs.cmi:
+guestfs.cmo: guestfs.cmi
+guestfs.cmx: guestfs.cmi