summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorMatthew Booth <mbooth@redhat.com>2010-10-28 15:15:07 +0100
committerRichard W.M. Jones <rjones@redhat.com>2010-10-28 15:16:14 +0100
commit064569bcbf854a9cf588ce31851d987d5f114ec8 (patch)
tree6d5abb0cd46cecff35dd6f99369e0fef93dc7861 /bootstrap
parent0e896a490c46825e2ef998143d338dda5736223e (diff)
downloadlibguestfs-064569bcbf854a9cf588ce31851d987d5f114ec8.tar.gz
libguestfs-064569bcbf854a9cf588ce31851d987d5f114ec8.tar.xz
libguestfs-064569bcbf854a9cf588ce31851d987d5f114ec8.zip
Remove ocaml/.depend from git.
ocaml/.depend is automatically generated. This patch removes it from git.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index c2507fc7..5ceac318 100755
--- 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