summaryrefslogtreecommitdiff
path: root/ocamldoc/Makefile
diff options
context:
space:
mode:
authorSébastien Hinderer <Sebastien.Hinderer@inria.fr>2021-02-15 11:25:03 +0100
committerSébastien Hinderer <Sebastien.Hinderer@inria.fr>2021-03-02 10:56:32 +0100
commit8aeb57fcf0a7e15b3d17db1f3307581ae5d9a3a9 (patch)
tree226dd9b3553535b63a64a5d89eb6d9b49d16c0dd /ocamldoc/Makefile
parent500d8dc8296d09305b5413f140c63ffee1de111d (diff)
downloadocaml-8aeb57fcf0a7e15b3d17db1f3307581ae5d9a3a9.tar.gz
Build system: rename the OCAMLLEX_FLAGS to OCAMLLEXFLAGS
Diffstat (limited to 'ocamldoc/Makefile')
-rw-r--r--ocamldoc/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/ocamldoc/Makefile b/ocamldoc/Makefile
index 8f8b92d416..90d1e3c5c4 100644
--- a/ocamldoc/Makefile
+++ b/ocamldoc/Makefile
@@ -229,7 +229,7 @@ odoc_see_lexer.ml: odoc_see_lexer.mll
$(OCAMLOPT_CMD) -shared -o $@ $(COMPFLAGS) $<
.mll.ml:
- $(OCAMLLEX) $(OCAMLLEX_FLAGS) $<
+ $(OCAMLLEX) $(OCAMLLEXFLAGS) $<
.mly.ml:
$(OCAMLYACC) --strict -v $<
@@ -409,10 +409,10 @@ clean:
depend:
$(OCAMLYACC) odoc_text_parser.mly
$(OCAMLYACC) odoc_parser.mly
- $(OCAMLLEX) $(OCAMLLEX_FLAGS) odoc_text_lexer.mll
- $(OCAMLLEX) $(OCAMLLEX_FLAGS) odoc_lexer.mll
- $(OCAMLLEX) $(OCAMLLEX_FLAGS) odoc_ocamlhtml.mll
- $(OCAMLLEX) $(OCAMLLEX_FLAGS) odoc_see_lexer.mll
+ $(OCAMLLEX) $(OCAMLLEXFLAGS) odoc_text_lexer.mll
+ $(OCAMLLEX) $(OCAMLLEXFLAGS) odoc_lexer.mll
+ $(OCAMLLEX) $(OCAMLLEXFLAGS) odoc_ocamlhtml.mll
+ $(OCAMLLEX) $(OCAMLLEXFLAGS) odoc_see_lexer.mll
$(OCAMLDEP) $(DEPFLAGS) $(DEPINCLUDES) *.mll *.mly *.ml *.mli > .depend
$(OCAMLDEP) $(DEPFLAGS) $(DEPINCLUDES) -shared generators/*.ml >> .depend