aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2014-12-18 14:20:28 +0100
committerXavier Leroy <xavier.leroy@inria.fr>2014-12-18 14:20:28 +0100
commite11388aac1f4f635e3c32d9b3200de16d779c630 (patch)
tree8700978af99d3c8d3674b216f1652e8fc73b7c8a /Makefile
parent04292034ef23e8cfdab593b7d248368085631881 (diff)
downloadcompcert-e11388aac1f4f635e3c32d9b3200de16d779c630.tar.gz
compcert-e11388aac1f4f635e3c32d9b3200de16d779c630.zip
No longer include a pre-generated Parser.v in the distribution.
Assorted updates to configure and Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a515946d..6ed50ce2 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ COQDEP="$(COQBIN)coqdep" $(COQINCLUDES)
COQDOC="$(COQBIN)coqdoc"
COQEXEC="$(COQBIN)coqtop" $(COQINCLUDES) -batch -load-vernac-source
COQCHK="$(COQBIN)coqchk" $(COQINCLUDES)
+MENHIR=menhir
CP=cp
VPATH=$(DIRS)