diff options
Diffstat (limited to 'libbuild2/cc/compile-rule.cxx')
-rw-r--r-- | libbuild2/cc/compile-rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/compile-rule.cxx b/libbuild2/cc/compile-rule.cxx index 6b9104f..cb9da94 100644 --- a/libbuild2/cc/compile-rule.cxx +++ b/libbuild2/cc/compile-rule.cxx @@ -554,7 +554,7 @@ namespace build2 return true; } else - return ts != timestamp_unknown ? pt->newer (ts) : false; + return ts != timestamp_unknown ? pt->newer (ts, ns) : false; } } |