summaryrefslogtreecommitdiff
path: root/lex
diff options
context:
space:
mode:
authorSébastien Hinderer <Sebastien.Hinderer@inria.fr>2021-04-21 15:56:01 +0200
committerSébastien Hinderer <Sebastien.Hinderer@inria.fr>2021-04-27 19:39:46 +0200
commit2a9c7b61c8c30ae269e88c44383fecaf7e265f80 (patch)
tree7e6d436c0ed3dc9190fb4d878ff56ee8d604e124 /lex
parentff32380dd6a8837dfef811d871a8cf5907321ee3 (diff)
downloadocaml-2a9c7b61c8c30ae269e88c44383fecaf7e265f80.tar.gz
Build system: rename the CAMLRUN variable to OCAMLRUN
Since ocamldoc/Makefile.best_ocamldoc was already using OCAMLRUN (rather than CAMLRUN), it was possible to remove its definition in that file, because the value is now initialised globally in Makefile.common.
Diffstat (limited to 'lex')
-rw-r--r--lex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lex/Makefile b/lex/Makefile
index 9880334d17..210d4ccb0b 100644
--- a/lex/Makefile
+++ b/lex/Makefile
@@ -28,7 +28,7 @@ OCAMLYACCFLAGS = -v
CAMLC = $(BOOT_OCAMLC) -strict-sequence -nostdlib \
-I $(ROOTDIR)/boot -use-prims $(ROOTDIR)/runtime/primitives
-CAMLOPT = $(CAMLRUN) $(ROOTDIR)/ocamlopt$(EXE) -nostdlib -I $(ROOTDIR)/stdlib
+CAMLOPT = $(OCAMLRUN) $(ROOTDIR)/ocamlopt$(EXE) -nostdlib -I $(ROOTDIR)/stdlib
COMPFLAGS = -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A \
-safe-string -strict-sequence -strict-formats -bin-annot
LINKFLAGS =