git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ece9027
)
ocaml: Fix OCaml dependencies.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 30 Nov 2011 17:08:27 +0000
(17:08 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 30 Nov 2011 17:08:27 +0000
(17:08 +0000)
ocaml/Makefile.am
patch
|
blob
|
history
diff --git
a/ocaml/Makefile.am
b/ocaml/Makefile.am
index
5287035
..
95185ef
100644
(file)
--- a/
ocaml/Makefile.am
+++ b/
ocaml/Makefile.am
@@
-139,9
+139,9
@@
depend: .depend
.depend: $(wildcard *.mli) $(wildcard *.ml)
rm -f $@ $@-t
$(OCAMLFIND) ocamldep $^ | \
- $(SED) 's/ *$$//' | \
+ $(SED)
-e
's/ *$$//' | \
$(SED) -e :a -e '/ *\\$$/N; s/ *\\\n */ /; ta' | \
- sort > $@-t
+
LANG=C
sort > $@-t
mv $@-t $@
include .depend