X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ocaml%2FMakefile.am;h=95185efd200a24e8e824401beb45df792a237222;hb=ab121fb2e2c58fa340757f8be888d01a053a4d1c;hp=528703549aea4f25fcba8ae34fdccaec7f8bf449;hpb=3aa164d5283d13085a2adc9579b19068ef065648;p=libguestfs.git diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index 5287035..95185ef 100644 --- 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