aboutsummaryrefslogtreecommitdiff
path: root/build2/cc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-07-25 14:14:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-07-25 14:14:46 +0200
commit176c473cc2198d5d4219a030d1a5d8c31a5ace55 (patch)
tree78ab3e5f9f0382966d1d07cb4e12e3574faaa0be /build2/cc
parenta27deb800bad9cfc4411f2bea98ad7ec7a3bdb65 (diff)
Prefer default extension supplied by rule over one supplied by target type
Diffstat (limited to 'build2/cc')
-rw-r--r--build2/cc/compile-rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/compile-rule.cxx b/build2/cc/compile-rule.cxx
index 4f11cbd..12bf2fa 100644
--- a/build2/cc/compile-rule.cxx
+++ b/build2/cc/compile-rule.cxx
@@ -2010,7 +2010,7 @@ namespace build2
// GCC until version 8 was not capable of writing the
// dependency info to stdout. We also need to sense the
- // diagnostics on the -E runs (which we do by redirective
+ // diagnostics on the -E runs (which we do by redirecting
// stderr to stdout).
//
if (cid == compiler_id::gcc)