summaryrefslogtreecommitdiff
path: root/src/other_tools/just_mr
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-11-29 11:17:29 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-11-29 16:01:48 +0100
commitd07e94d98d213cf16ff597d7da5ab6ca892e9f10 (patch)
treee4e139751540920038b8db38f94c7a2c93543610 /src/other_tools/just_mr
parentf89976f6315944f38e1f894039491bb5e28c23c0 (diff)
downloadjustbuild-d07e94d98d213cf16ff597d7da5ab6ca892e9f10.tar.gz
Clean up unused deps
Diffstat (limited to 'src/other_tools/just_mr')
-rw-r--r--src/other_tools/just_mr/TARGETS7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/other_tools/just_mr/TARGETS b/src/other_tools/just_mr/TARGETS
index 2bb5db5b..a90aef8d 100644
--- a/src/other_tools/just_mr/TARGETS
+++ b/src/other_tools/just_mr/TARGETS
@@ -323,9 +323,8 @@
, "hdrs": ["rc_merge.hpp"]
, "srcs": ["rc_merge.cpp"]
, "stage": ["src", "other_tools", "just_mr"]
- , "deps":
- [ ["src/buildtool/build_engine/expression", "expression"]
- , ["src/buildtool/build_engine/expression", "expression_ptr_interface"]
- ]
+ , "deps": [["src/buildtool/build_engine/expression", "expression"]]
+ , "private-deps":
+ [["src/buildtool/build_engine/expression", "expression_ptr_interface"]]
}
}