Use boot ocamllex when building ocamltest

master
David Allsopp 2019-06-24 07:56:05 +01:00
parent 668055de77
commit 31f828a5f7
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ ocamldep := $(ROOTDIR)/runtime/ocamlrun $(ROOTDIR)/boot/ocamlc -depend
depflags := -slash
depincludes :=
ocamllex := $(ROOTDIR)/runtime/ocamlrun $(ROOTDIR)/lex/ocamllex
ocamllex := $(ROOTDIR)/boot/ocamlrun $(ROOTDIR)/boot/ocamllex
ocamlyacc := $(ROOTDIR)/yacc/ocamlyacc