Skip to content

Commit 8809a4c

Browse files
Norbert Mantheypeterschrammel
Norbert Manthey
authored andcommitted
Remove aa-symex from DIRS variable in Makefile
Without this patch, calling "make clean" fails, because make tries to call "make clean" in the aa-symex directory as well. By removing aa-symex from the DIRS variable, this problem is fixed. Fixes: cleanup aa-path-symex and aa-symex
1 parent a30720b commit 8809a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DIRS = ansi-c big-int cbmc cpp goto-cc goto-instrument goto-programs \
22
goto-symex langapi pointer-analysis solvers util linking xmllang \
3-
assembler analyses java_bytecode aa-path-symex path-symex musketeer \
4-
json cegis goto-analyzer jsil symex goto-diff aa-symex clobber \
3+
assembler analyses java_bytecode path-symex musketeer \
4+
json cegis goto-analyzer jsil symex goto-diff clobber \
55
memory-models
66

77
all: cbmc.dir goto-cc.dir goto-instrument.dir symex.dir goto-analyzer.dir goto-diff.dir

0 commit comments

Comments
 (0)