diff options
Diffstat (limited to 'libbuild2/cc')
-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 525821f..3c77ad3 100644 --- a/libbuild2/cc/compile-rule.cxx +++ b/libbuild2/cc/compile-rule.cxx @@ -1422,7 +1422,7 @@ namespace build2 // on the real run). // if (u && dd.reading () && !ctx.dry_run) - dd.touch = true; + dd.touch = timestamp_unknown; dd.close (); md.dd = move (dd.path); |