diff options
-rw-r--r-- | build2/cc/compile-rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/compile-rule.cxx b/build2/cc/compile-rule.cxx index 7490517..147b3fe 100644 --- a/build2/cc/compile-rule.cxx +++ b/build2/cc/compile-rule.cxx @@ -988,7 +988,7 @@ namespace build2 { // Note: trace is used in a test. // - l5 ([&]{trace << "extracting headers from " << t;}); + l5 ([&]{trace << "extracting headers from " << src;}); psrc = extract_headers (a, bs, t, li, src, md, dd, u, mt); } |