diff options
Diffstat (limited to 'src/other_tools')
-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"]] } } |