diff options
Diffstat (limited to 'libbuild2/algorithm.ixx')
-rw-r--r-- | libbuild2/algorithm.ixx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/algorithm.ixx b/libbuild2/algorithm.ixx index 6fcc1e9..9f1b70f 100644 --- a/libbuild2/algorithm.ixx +++ b/libbuild2/algorithm.ixx @@ -845,7 +845,7 @@ namespace build2 } inline target_state - execute_inner (action a, const target& t) // @@ TMP Why inline (used as recipe)? + execute_inner (action a, const target& t) { assert (a.outer ()); return execute_sync (a.inner_action (), t); |