aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/common.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-01-09 13:09:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-01-09 13:09:18 +0200
commit8e904346350cff0453c8bcd524a40a631fc05485 (patch)
treef096ad1e87d8a814c6e00c179c8849ed646e0989 /build2/cc/common.hxx
parentba8ce9226af026f873883b7d4e29079bbfece586 (diff)
Tighten cc rules matching
Specifically, make sure the rule does not match if there is a c-common prerequisites that it doesn't recognize.
Diffstat (limited to 'build2/cc/common.hxx')
-rw-r--r--build2/cc/common.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/common.hxx b/build2/cc/common.hxx
index dccf62e..e1b04d7 100644
--- a/build2/cc/common.hxx
+++ b/build2/cc/common.hxx
@@ -148,7 +148,7 @@ namespace build2
const target_type* x_mod; // Module target type (mxx{}), if any.
// Array of target types that are considered headers. Keep them in the
- // most likely to appear order with the "header header" first and
+ // most likely to appear order with the "real header" first and
// terminated with NULL.
//
const target_type* const* x_hdr;