From 2f317b3ff814e5b97adee62f3e68cf993645a6ba Mon Sep 17 00:00:00 2001 From: pad Date: Sat, 27 Apr 2024 09:46:02 +0200 Subject: [PATCH] update languages/mkfile before moving it to ocaml-light/ repo --- languages/mkfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/mkfile b/languages/mkfile index 4c894b37..e3690073 100644 --- a/languages/mkfile +++ b/languages/mkfile @@ -2,7 +2,7 @@ TOP=.. SYNCFLAGS=-md5sum_in_auxfile -less_marks -lang ocaml -VERSION=2 +VERSION=3 DOC=OCaml SRC_ORIG=OCaml.nw OCaml_extra.nw OCaml_native.nw @@ -173,7 +173,7 @@ SRC_ML= \ # lex/* is synced with ../generator/CompilerGenerator.nw # as well as stdlib/lexing.ml -OCAMLLIGHT=/home/pad/github/fork-ocaml/ +OCAMLLIGHT=/home/pad/github/ocaml-light SRC_VIEWS=${SRC_ML:%=$OCAMLLIGHT/%}