Use boot/ocamlc -depend instead of tools/ocamldep to make depend

master
Nicolás Ojeda Bär 2018-02-21 17:46:15 +01:00
parent 1ec9e3aa7e
commit 524907a2dc
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ endif
YACCFLAGS=-v --strict
CAMLLEX=$(CAMLRUN) boot/ocamllex
CAMLDEP=$(CAMLRUN) tools/ocamldep
CAMLDEP=$(CAMLRUN) boot/ocamlc -depend
DEPFLAGS=$(INCLUDES)
OCAMLDOC_OPT=$(WITH_OCAMLDOC:=.opt)