diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | bootstrap | 4 | ||||
-rw-r--r-- | ocaml/.depend | 5 |
3 files changed, 5 insertions, 5 deletions
@@ -160,6 +160,7 @@ Makefile Makefile.in missing *.o +ocaml/.depend ocaml/bindtests ocaml/bindtests.ml ocaml/dllmlguestfs.so @@ -85,5 +85,9 @@ $gnulib_tool \ --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 diff --git a/ocaml/.depend b/ocaml/.depend deleted file mode 100644 index cc3febfd..00000000 --- a/ocaml/.depend +++ /dev/null @@ -1,5 +0,0 @@ -bindtests.cmo: guestfs.cmi -bindtests.cmx: guestfs.cmx -guestfs.cmi: -guestfs.cmo: guestfs.cmi -guestfs.cmx: guestfs.cmi |