Skip to content

Commit 80060ea

Browse files
author
Daniel Kroening
committed
goto-diff is missing dependencies on goto-instrument and goto-symex
1 parent 7a71c80 commit 80060ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ goto-analyzer.dir: languages analyses.dir goto-programs.dir linking.dir \
3939
json.dir goto-instrument.dir
4040

4141
goto-diff.dir: languages goto-programs.dir pointer-analysis.dir \
42-
linking.dir analyses.dir solvers.dir json.dir
42+
linking.dir analyses.dir goto-instrument.dir \
43+
solvers.dir json.dir goto-symex.dir
4344

4445
goto-cc.dir: languages pointer-analysis.dir goto-programs.dir linking.dir
4546

0 commit comments

Comments
 (0)