aboutsummaryrefslogtreecommitdiff
path: root/build/rule
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-07-01 16:45:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-07-01 16:45:34 +0200
commite4c4fec8c9097722ee5ee94f2ce5ad0313ed8d7b (patch)
treee8de68957fc5cd00bb7b0b3199ca8a9abba4f678 /build/rule
parentf7e9830c0c413f05737002dcc8d06e73cb379980 (diff)
Clean up group state, mtime design
Diffstat (limited to 'build/rule')
-rw-r--r--build/rule4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/rule b/build/rule
index 8c7e4c1..eda6ed3 100644
--- a/build/rule
+++ b/build/rule
@@ -64,10 +64,10 @@ namespace build
extern operation_rule_map rules;
- // Fallback rule that on update verifies that the path exists and is
+ // Fallback rule that on update verifies that the file exists and is
// not older than any of its prerequisites.
//
- class path_rule: public rule
+ class file_rule: public rule
{
public:
virtual match_result