Remove ocaml/.depend from git.
authorMatthew Booth <mbooth@redhat.com>
Thu, 28 Oct 2010 14:15:07 +0000 (15:15 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 28 Oct 2010 14:16:14 +0000 (15:16 +0100)
ocaml/.depend is automatically generated. This patch removes it from git.

.gitignore
bootstrap
ocaml/.depend [deleted file]

index bddbe25..527335d 100644 (file)
@@ -160,6 +160,7 @@ Makefile
 Makefile.in
 missing
 *.o
+ocaml/.depend
 ocaml/bindtests
 ocaml/bindtests.ml
 ocaml/dllmlguestfs.so
index c2507fc..5ceac31 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -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 (file)
index cc3febf..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-bindtests.cmo: guestfs.cmi
-bindtests.cmx: guestfs.cmx
-guestfs.cmi:
-guestfs.cmo: guestfs.cmi
-guestfs.cmx: guestfs.cmi