Skip to content

Commit 49230ec

Browse files
author
Daniel Kroening
authored
Merge pull request #3133 from diffblue/goto-cc-pointer-analysis-dependency
goto-cc no longer needs pointer-analysis
2 parents 9ce6a06 + d967a33 commit 49230ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ goto-diff.dir: languages goto-programs.dir pointer-analysis.dir \
6060
linking.dir analyses.dir goto-instrument.dir \
6161
solvers.dir json.dir goto-symex.dir
6262

63-
goto-cc.dir: languages pointer-analysis.dir goto-programs.dir linking.dir
63+
goto-cc.dir: languages goto-programs.dir linking.dir
6464

6565
# building for a particular directory
6666

0 commit comments

Comments
 (0)