Makefile: ocamllex does not depend on ocamlc, it uses BOOT_OCAMLC

It seems that the dependency was introduced in 1998
  87b17301f4
and it was already unnecessary at the time.
master
Gabriel Scherer 2019-06-19 18:10:32 +02:00
parent 5bc123fcb3
commit 8ba174facf
1 changed files with 1 additions and 1 deletions

View File

@ -1021,7 +1021,7 @@ partialclean::
# The lexer and parser generators
.PHONY: ocamllex
ocamllex: ocamlyacc ocamlc
ocamllex: ocamlyacc
$(MAKE) -C lex all
.PHONY: ocamllex.opt