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 bbfc2495..b72c52f3 100644
--- a/Makefile.menhir
+++ b/Makefile.menhir
@@ -64,7 +64,7 @@ endif
# can instead ask ocamlfind where Menhir's library was installed. Otherwise,
# Menhir answers directly with a "-I ..." directive, which we use.
-ifndef $(MENHIR_INCLUDES)
+ifndef MENHIR_INCLUDES
ifeq ($(MENHIR_TABLE),true)