aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.build
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-06-15 19:51:06 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-07-27 12:31:46 +0200
commit436abd92a520f13843b102b24b61802c88c7dba7 (patch)
treefdbcd97a49d533249124c89be7523a430bfa1701 /Makefile.build
parent2a7ba998bf7d2c461fdbd8b710b7124395bafaa2 (diff)
[make] remove compat5 file.
It is empty and not used anymore.
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build2
1 files changed, 1 insertions, 1 deletions
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)