From: Richard W.M. Jones Date: Fri, 29 Jul 2011 16:08:47 +0000 (+0100) Subject: Don't delete old dependency file unless new one builds. X-Git-Tag: 0.2.1~6 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=a31f6789da91826a6b4e54ba82f84024d8f6822e;p=guestfs-browser.git Don't delete old dependency file unless new one builds. --- diff --git a/Makefile.am b/Makefile.am index 8a0be7c..09cb806 100644 --- a/Makefile.am +++ b/Makefile.am @@ -222,7 +222,6 @@ docs: depend: .depend .depend: $(wildcard *.mli) $(wildcard *.ml) - rm -f $@ $@-t $(OCAMLFIND) ocamldep $(OCAMLPACKAGES) $^ | \ $(SED) -e :a -e '/ *\\$$/N; s/ *\\\n */ /; ta' | \ sort > $@-t