Skip to content

Commit 718d890

Browse files
committed
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 6605fe9 commit 718d890

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
@@ -64,7 +64,7 @@ goto-diff.dir: languages goto-programs.dir pointer-analysis.dir \
6464

6565
goto-cc.dir: languages pointer-analysis.dir goto-programs.dir linking.dir
6666

67-
memory-analyzer.dir: util.dir goto-programs.dir
67+
memory-analyzer.dir: util.dir goto-programs.dir ansi-c.dir
6868

6969
# building for a particular directory
7070

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)