aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.menhir
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-10-27 12:02:53 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2015-10-27 12:02:53 +0100
commitbfad82a13ed2536040ab76bf861c39293c6e5282 (patch)
tree3197cfcfcafbf2ab762f3a7692e906ae24a603d6 /Makefile.menhir
parentef770408caabffed0844a72e45e1346f327ee016 (diff)
downloadcompcert-kvx-bfad82a13ed2536040ab76bf861c39293c6e5282.tar.gz
compcert-kvx-bfad82a13ed2536040ab76bf861c39293c6e5282.zip
Use ifndef correct. Bug 17481
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)