Skip to content

Commit

Permalink
Simplify the configuration of menhirLib
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed Jul 24, 2024
1 parent 1911ef7 commit 179d2a1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile.menhir
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ MENHIR_FLAGS = -v --no-stdlib -la 1
# Using Menhir in --table mode requires MenhirLib.

ifeq ($(MENHIR_TABLE),true)
ifeq ($(wildcard $(MENHIR_DIR)/menhirLib.cmxa),)
MENHIR_LIBS = menhirLib.cmx
else
MENHIR_LIBS = menhirLib.cmxa
endif
MENHIR_LIBS = menhirLib.cmxa
else
MENHIR_LIBS =
endif
Expand Down

0 comments on commit 179d2a1

Please sign in to comment.