aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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