Skip to content

Commit 9b37bf8

Browse files
committed
Fix crangler Makefile
This removes the use of CPROVER_DIR to find the common include, which in turn enables setting this environment variable in repos that use the cbmc repo as submodule.
1 parent f0fad5e commit 9b37bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crangler/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ OBJ += ../big-int/big-int$(LIBEXT) \
1515
INCLUDES= -I ..
1616

1717
include ../config.inc
18-
include ../../$(CPROVER_DIR)/src/common
18+
include ../common
1919

2020
CLEANFILES = crangler$(LIBEXT) \
2121
c_lex.yy.cpp \

0 commit comments

Comments
 (0)