From 176c473cc2198d5d4219a030d1a5d8c31a5ace55 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 25 Jul 2018 14:14:46 +0200 Subject: Prefer default extension supplied by rule over one supplied by target type --- build2/cc/compile-rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc') 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) -- cgit v1.1