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:
38d1d47
)
Make .depend file stable (this time for OCaml 4.00.0).
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 20 Jul 2012 08:42:33 +0000
(09:42 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 20 Jul 2012 08:44:24 +0000
(09:44 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
53cb691
..
c1dd141
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-247,6
+247,7
@@
depend: .depend
.depend: $(wildcard *.mli) $(wildcard *.ml)
$(OCAMLFIND) ocamldep $(OCAMLPACKAGES) $^ | \
$(SED) -e 's/ *$$//' | \
+ $(SED) -e 's/[ \t]:/:/' | \
$(SED) -e :a -e '/ *\\$$/N; s/ *\\\n */ /; ta' | \
LANG=C sort > $@-t
mv $@-t $@