From 436abd92a520f13843b102b24b61802c88c7dba7 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Thu, 15 Jun 2017 19:51:06 +0200 Subject: [make] remove compat5 file. It is empty and not used anymore. --- Makefile.build | 2 +- Makefile.common | 2 +- grammar/compat5.ml | 13 ------------- tools/CoqMakefile.in | 2 +- 4 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 grammar/compat5.ml diff --git a/Makefile.build b/Makefile.build index e3316df91..54cae2d05 100644 --- a/Makefile.build +++ b/Makefile.build @@ -237,7 +237,7 @@ endef # Camlp5 settings -CAMLP4DEPS:=grammar/compat5.cmo grammar/grammar.cma +CAMLP4DEPS:=grammar/grammar.cma CAMLP4USE=pa_extend.cmo q_MLast.cmo pa_macro.cmo -D$(CAMLVERSION) PR_O := $(if $(READABLE_ML4),pr_o.cmo,pr_dump.cmo) diff --git a/Makefile.common b/Makefile.common index 85ecb1a08..afd6164fc 100644 --- a/Makefile.common +++ b/Makefile.common @@ -109,7 +109,7 @@ CORECMA:=lib/clib.cma lib/lib.cma kernel/kernel.cma intf/intf.cma library/librar TOPLOOPCMA:=stm/proofworkertop.cma stm/tacworkertop.cma stm/queryworkertop.cma -GRAMMARCMA:=grammar/compat5.cmo grammar/grammar.cma +GRAMMARCMA:=grammar/grammar.cma # modules known by the toplevel of Coq diff --git a/grammar/compat5.ml b/grammar/compat5.ml deleted file mode 100644 index 370d9e3a0..000000000 --- a/grammar/compat5.ml +++ /dev/null @@ -1,13 +0,0 @@ -(************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*