Skip to content

Commit 179d2a1

Browse files
committed
Simplify the configuration of menhirLib
1 parent 1911ef7 commit 179d2a1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile.menhir

+1-5
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,7 @@ MENHIR_FLAGS = -v --no-stdlib -la 1
4242
# Using Menhir in --table mode requires MenhirLib.
4343

4444
ifeq ($(MENHIR_TABLE),true)
45-
ifeq ($(wildcard $(MENHIR_DIR)/menhirLib.cmxa),)
46-
MENHIR_LIBS = menhirLib.cmx
47-
else
48-
MENHIR_LIBS = menhirLib.cmxa
49-
endif
45+
MENHIR_LIBS = menhirLib.cmxa
5046
else
5147
MENHIR_LIBS =
5248
endif

0 commit comments

Comments
 (0)