Skip to content

Commit dd7b015

Browse files
mmueslydanpoe
authored andcommitted
Update dependencies for memory-analyzer
There has been a concurrency issue for one of the Travis CI builds. The ansi-c lib was not available, when travis tried to build the memory-analyzer binary.
1 parent b09094e commit dd7b015

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ goto-diff.dir: languages goto-programs.dir pointer-analysis.dir \
7171

7272
goto-cc.dir: languages goto-programs.dir linking.dir
7373

74-
memory-analyzer.dir: util.dir goto-programs.dir
74+
memory-analyzer.dir: util.dir goto-programs.dir ansi-c.dir
7575

7676
# building for a particular directory
7777

src/memory-analyzer/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LIBS = \
1313
../util/util.a \
1414
../big-int/big-int.a \
1515
../langapi/langapi.a
16-
16+
1717

1818

1919
CLEANFILES = memory-analyzer$(EXEEXT)

0 commit comments

Comments
 (0)