X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ocaml%2FMakefile.am;h=bb7407aff220bdfe7e5a0aab34ed688a127d6a55;hb=61a1449b79e304bb8619e0781ec22cb600bedc01;hp=032a5517985144327ff14880faaa46359c6eda7a;hpb=d37f69795396ec2354eb2d8480d64b9e5bdafacc;p=libguestfs.git diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index 032a551..bb7407a 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -103,7 +103,7 @@ depend: .depend .depend: $(wildcard *.mli) $(wildcard *.ml) rm -f $@ $@-t - $(OCAMLFIND) ocamldep $^ | sed 's/ *$$//' > $@-t + $(OCAMLFIND) ocamldep $^ | sed 's/ *$$//' | sort > $@-t mv $@-t $@ include .depend