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:
70130a6
)
Make .depend file stable.
author
Richard W.M. Jones
<rjones@redhat.com>
Sun, 31 Jul 2011 20:53:28 +0000
(21:53 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sun, 31 Jul 2011 20:53:28 +0000
(21:53 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
6736a80
..
fb632b7
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-246,8
+246,9
@@
depend: .depend
.depend: $(wildcard *.mli) $(wildcard *.ml)
$(OCAMLFIND) ocamldep $(OCAMLPACKAGES) $^ | \
+ $(SED) -e 's/ *$$//' | \
$(SED) -e :a -e '/ *\\$$/N; s/ *\\\n */ /; ta' | \
- sort > $@-t
+
LANG=C
sort > $@-t
mv $@-t $@
include .depend