aboutsummaryrefslogtreecommitdiff
path: root/build/algorithm.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'build/algorithm.ixx')
-rw-r--r--build/algorithm.ixx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/algorithm.ixx b/build/algorithm.ixx
index ac2b1fc..72a04fe 100644
--- a/build/algorithm.ixx
+++ b/build/algorithm.ixx
@@ -109,7 +109,7 @@ namespace build
t,
a.operation () != clean_id
? dir_path ()
- : t.strong_scope ().path ());
+ : t.strong_scope ().out_path ());
}
inline void
@@ -122,7 +122,7 @@ namespace build
// through groups since the group target should clean eveything
// up. A bit of an optimization.
//
- search_and_match_prerequisites (a, t, t.strong_scope ().path ());
+ search_and_match_prerequisites (a, t, t.strong_scope ().out_path ());
}
target_state