From eebb47a613e47b2c25d64d5766323dfeeb5c3a73 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 8 Jun 2020 13:18:31 +0200 Subject: Hash ad hoc prerequsites for ad hoc recipe change detection --- libbuild2/cc/compile-rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/cc/compile-rule.cxx') 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; } } -- cgit v1.1