Skip to content

Commit 12c4123

Browse files
authored
Merge pull request #7896 from diffblue/crangler-Makefile
Fix crangler Makefile
2 parents f0fad5e + 9b37bf8 commit 12c4123

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)