summaryrefslogtreecommitdiff
path: root/src/buildtool/common/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/common/TARGETS')
-rw-r--r--src/buildtool/common/TARGETS5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/buildtool/common/TARGETS b/src/buildtool/common/TARGETS
index f324d767..718e1f02 100644
--- a/src/buildtool/common/TARGETS
+++ b/src/buildtool/common/TARGETS
@@ -193,7 +193,10 @@
, ["src/buildtool/storage", "storage"]
]
, "stage": ["src", "buildtool", "common"]
- , "private-deps": [["src/utils/automata", "dfa_minimizer"]]
+ , "private-deps":
+ [ ["src/buildtool/file_system", "git_tree_utils"]
+ , ["src/utils/automata", "dfa_minimizer"]
+ ]
}
, "user_structs":
{ "type": ["@", "rules", "CC", "library"]