diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-11-29 11:17:29 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-11-29 16:01:48 +0100 |
commit | d07e94d98d213cf16ff597d7da5ab6ca892e9f10 (patch) | |
tree | e4e139751540920038b8db38f94c7a2c93543610 /src/other_tools/just_mr | |
parent | f89976f6315944f38e1f894039491bb5e28c23c0 (diff) | |
download | justbuild-d07e94d98d213cf16ff597d7da5ab6ca892e9f10.tar.gz |
Clean up unused deps
Diffstat (limited to 'src/other_tools/just_mr')
-rw-r--r-- | src/other_tools/just_mr/TARGETS | 7 |
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"]] } } |