diff options
Diffstat (limited to 'ocaml/Makefile.am')
| -rw-r--r-- | ocaml/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index 032a5517..bb7407af 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 |
