diff options
Diffstat (limited to 'libbuild2/in/rule.cxx')
-rw-r--r-- | libbuild2/in/rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/in/rule.cxx b/libbuild2/in/rule.cxx index 07c11c6..74bc2a7 100644 --- a/libbuild2/in/rule.cxx +++ b/libbuild2/in/rule.cxx @@ -326,7 +326,7 @@ namespace build2 } } - text << program_ << ' ' << ik; + print_diag (program_.c_str (), move (ik), t); } // Read and process the file, one line at a time, while updating depdb. |