Skip to content

Commit a528058

Browse files
committed
Fix the symtab2gb dependency on ansi-c
This directory dependency should have been added when the dependency on the ansi-c library was added to the symtab2gb makefile. This currently missing dependency results in sporadic build failures.
1 parent 932d41d commit a528058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ memory-analyzer.dir: util.dir goto-programs.dir langapi.dir linking.dir \
9191
ansi-c.dir
9292

9393
symtab2gb.dir: util.dir goto-programs.dir langapi.dir linking.dir \
94-
json.dir json-symtab-language.dir
94+
json.dir json-symtab-language.dir ansi-c.dir
9595

9696
# building for a particular directory
9797

0 commit comments

Comments
 (0)