diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-18 15:11:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-18 15:11:53 +0200 |
commit | c28bb7c4038916d359228317d4ef5fe17dabce61 (patch) | |
tree | 834d7c1768138b60e42d4d5d73d7a778a6a34932 /libbuild2/rule.cxx | |
parent | 4f8ce9ca52f8bd967ac4e656e24e4f33584abd22 (diff) |
Add couple of sanity checks
Diffstat (limited to 'libbuild2/rule.cxx')
-rw-r--r-- | libbuild2/rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/rule.cxx b/libbuild2/rule.cxx index d69e817..776f022 100644 --- a/libbuild2/rule.cxx +++ b/libbuild2/rule.cxx @@ -71,7 +71,7 @@ namespace build2 if (p->empty ()) { // Since we cannot come up with an extension, ask the target's - // derivation function to treat this as prerequisite (just like in + // derivation function to treat this as a prerequisite (just like in // search_existing_file()). // if (pt->derive_extension (true) == nullptr) |