aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2018-06-06 17:49:27 +0200
committerXavier Leroy <xavier.leroy@inria.fr>2018-06-06 17:50:28 +0200
commit4d4e82ae48d34c4930a4e176db8ee54ac5ca2fab (patch)
treea4fd7700c7211d66b87dd0d9199db0e3ed913576 /Makefile
parentb8552c55a3c65a3f598d155aeb764e68841ba501 (diff)
downloadcompcert-4d4e82ae48d34c4930a4e176db8ee54ac5ca2fab.tar.gz
compcert-4d4e82ae48d34c4930a4e176db8ee54ac5ca2fab.zip
Ensure compatibility with Menhir before and after version 20180530
Inspired by and adapted from pull request #235 by BenoƮt Viguier.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2001656f..64658255 100644
--- a/Makefile
+++ b/Makefile
@@ -227,7 +227,7 @@ driver/Version.ml: VERSION
>driver/Version.ml
cparser/Parser.v: cparser/Parser.vy
- $(MENHIR) --coq-lib-path compcert.cparser.MenhirLib --coq cparser/Parser.vy
+ $(MENHIR) $(MENHIR_FLAGS) --coq cparser/Parser.vy
depend: $(GENERATED) depend1