From bfad82a13ed2536040ab76bf861c39293c6e5282 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Tue, 27 Oct 2015 12:02:53 +0100 Subject: Use ifndef correct. Bug 17481 --- Makefile.menhir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit