From d07e94d98d213cf16ff597d7da5ab6ca892e9f10 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 29 Nov 2024 11:17:29 +0100 Subject: Clean up unused deps --- src/other_tools/just_mr/TARGETS | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/other_tools/just_mr') 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"]] } } -- cgit v1.2.3