diff options
author | Matthew Booth <mbooth@redhat.com> | 2012-01-11 11:07:34 +0000 |
---|---|---|
committer | Matthew Booth <mbooth@redhat.com> | 2012-01-11 16:00:00 +0000 |
commit | f6db1ec41050e70580674ebbeb8fac5335df3284 (patch) | |
tree | ba156d713d6da086b62c96581ad093f59d8625fd /ocaml | |
parent | 9fde0fad08c5807fb442db9616fbfe202fedba8a (diff) | |
download | libguestfs-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 'ocaml')
-rw-r--r-- | ocaml/.depend | 5 | ||||
-rw-r--r-- | ocaml/Makefile.am | 2 |
2 files changed, 1 insertions, 6 deletions
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 diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index 95185efd..83c0ed4b 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -144,7 +144,7 @@ depend: .depend LANG=C sort > $@-t mv $@-t $@ -include .depend +-include .depend SUFFIXES = .cmo .cmi .cmx .ml .mli .mll .mly |