diff options
Diffstat (limited to 'build/rule')
-rw-r--r-- | build/rule | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |