From e07efb3798c7c6ec54aac9093ab50fddfc6c6a5b Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Mon, 5 Apr 2021 16:40:10 +0200 Subject: Relying on the abstract notion of streams with location for parsing. We also get rid of ploc.ml, now useless, relying a priori on more robust code in lStream.ml for location reporting (see e.g. parse_parsable in grammar.ml). --- Makefile.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.make') diff --git a/Makefile.make b/Makefile.make index dc123820ee..c68a71a832 100644 --- a/Makefile.make +++ b/Makefile.make @@ -101,7 +101,7 @@ EXISTINGMLI := $(call find, '*.mli') ## Files that will be generated # GRAMFILES must be in linking order -GRAMFILES=$(addprefix gramlib/.pack/gramlib__,Ploc Plexing Gramext Grammar) +GRAMFILES=$(addprefix gramlib/.pack/gramlib__,Plexing Gramext Grammar) GRAMMLFILES := $(addsuffix .ml, $(GRAMFILES)) GRAMMLIFILES := $(addsuffix .mli, $(GRAMFILES)) GENGRAMMLFILES := $(GRAMMLFILES) gramlib/.pack/gramlib.ml # why is gramlib.ml not in GRAMMLFILES? -- cgit v1.2.3