From 2a9c7b61c8c30ae269e88c44383fecaf7e265f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hinderer?= Date: Wed, 21 Apr 2021 15:56:01 +0200 Subject: 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. --- lex/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lex') 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 = -- cgit v1.2.1