summaryrefslogtreecommitdiffstats
path: root/sparsify
diff options
context:
space:
mode:
authorMatthew Booth <mbooth@redhat.com>2012-01-11 11:07:34 +0000
committerMatthew Booth <mbooth@redhat.com>2012-01-11 16:00:00 +0000
commitf6db1ec41050e70580674ebbeb8fac5335df3284 (patch)
treeba156d713d6da086b62c96581ad093f59d8625fd /sparsify
parent9fde0fad08c5807fb442db9616fbfe202fedba8a (diff)
downloadlibguestfs-f6db1ec41050e70580674ebbeb8fac5335df3284.tar.gz
libguestfs-f6db1ec41050e70580674ebbeb8fac5335df3284.tar.xz
libguestfs-f6db1ec41050e70580674ebbeb8fac5335df3284.zip
build: Remove .depend files from git
Remove generated .depend files from source control, and don't barf when they don't exist while bootstrapping.
Diffstat (limited to 'sparsify')
-rw-r--r--sparsify/.depend7
-rw-r--r--sparsify/Makefile.am2
2 files changed, 1 insertions, 8 deletions
diff --git a/sparsify/.depend b/sparsify/.depend
deleted file mode 100644
index a6c60a93..00000000
--- a/sparsify/.depend
+++ /dev/null
@@ -1,7 +0,0 @@
-progress.cmi: ../ocaml/guestfs.cmi
-progress.cmo: utils.cmo ../ocaml/guestfs.cmi progress.cmi
-progress.cmx: utils.cmx ../ocaml/guestfs.cmx progress.cmi
-sparsify.cmo: utils.cmo progress.cmi ../ocaml/guestfs.cmi
-sparsify.cmx: utils.cmx progress.cmx ../ocaml/guestfs.cmx
-utils.cmo: ../ocaml/guestfs.cmi
-utils.cmx: ../ocaml/guestfs.cmx
diff --git a/sparsify/Makefile.am b/sparsify/Makefile.am
index 9d5e076b..4f735c8c 100644
--- a/sparsify/Makefile.am
+++ b/sparsify/Makefile.am
@@ -113,7 +113,7 @@ depend: .depend
sort > $@-t
mv $@-t $@
-include .depend
+-include .depend
endif