Skip to content

Commit 1798af9

Browse files
authored
Merge pull request diffblue#190 from diffblue/bugfix/models_plug_makefile
Bugfix: removal of one level of ".." in paths in the makefile.
2 parents 539425d + a456558 commit 1798af9

File tree

1 file changed

+3
-3
lines changed
  • benchmarks/LIBRARIES/models/plug

1 file changed

+3
-3
lines changed

benchmarks/LIBRARIES/models/plug/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ SRC = \
33
java/lang/boolean.cpp \
44
# Empty
55

6-
INCLUDES= -I . -I include -I ../../../src -I ../../../../../$(CPROVER_DIR)
6+
INCLUDES= -I . -I include -I ../../../src -I ../../../../$(CPROVER_DIR)
77

8-
include ../../../../../$(CPROVER_DIR)/config.inc
9-
include ../../../../../$(CPROVER_DIR)/common
8+
include ../../../../$(CPROVER_DIR)/config.inc
9+
include ../../../../$(CPROVER_DIR)/common
1010

1111
CLEANFILES = models-library$(LIBEXT)
1212

0 commit comments

Comments
 (0)