aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.menhir
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.menhir')
-rw-r--r--Makefile.menhir2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.menhir b/Makefile.menhir
index 414279ab..72b54b14 100644
--- a/Makefile.menhir
+++ b/Makefile.menhir
@@ -52,7 +52,7 @@ ifeq ($(MENHIR_TABLE),true)
MENHIR_SUGGESTION = $(MENHIR) --suggest-comp-flags
- MENHIR_INCLUDES = $(shell \
+ MENHIR_INCLUDES := $(shell \
if $(MENHIR_SUGGESTION) | grep -e "-package" >/dev/null ; then \
echo "-I `ocamlfind query menhirLib`" ; \
else \