summaryrefslogtreecommitdiffstats
path: root/resize
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 /resize
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 'resize')
-rw-r--r--resize/.depend9
-rw-r--r--resize/Makefile.am2
2 files changed, 1 insertions, 10 deletions
diff --git a/resize/.depend b/resize/.depend
deleted file mode 100644
index 14d8b511..00000000
--- a/resize/.depend
+++ /dev/null
@@ -1,9 +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
-resize.cmo: utils.cmo progress.cmi ../ocaml/guestfs.cmi
-resize.cmx: utils.cmx progress.cmx ../ocaml/guestfs.cmx
-utils.cmo: ../ocaml/guestfs.cmi
-utils.cmx: ../ocaml/guestfs.cmx
-utils_tests.cmo: utils.cmo
-utils_tests.cmx: utils.cmx
diff --git a/resize/Makefile.am b/resize/Makefile.am
index 3f33118e..5227c236 100644
--- a/resize/Makefile.am
+++ b/resize/Makefile.am
@@ -120,7 +120,7 @@ depend: .depend
sort > $@-t
mv $@-t $@
-include .depend
+-include .depend
endif