git.annexia.org
/
guestfs-browser.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7d4a69
)
Don't delete old dependency file unless new one builds.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 29 Jul 2011 16:08:47 +0000
(17:08 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 29 Jul 2011 16:08:47 +0000
(17:08 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
8a0be7c
..
09cb806
100644
(file)
--- 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