summaryrefslogtreecommitdiff
path: root/remake.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-10-27 22:14:26 +0000
committerRoland McGrath <roland@redhat.com>1993-10-27 22:14:26 +0000
commita1749c85c8ff077adfee4dda7739af1a9ab4cc28 (patch)
tree533750206000c114adf75891d63ae12b63fcd1d5 /remake.c
parentc727af1bcc9be06cc6471b91a70037735dfcfec8 (diff)
downloadgunmake-a1749c85c8ff077adfee4dda7739af1a9ab4cc28.tar.gz
Formerly remake.c.~52~
Diffstat (limited to 'remake.c')
-rw-r--r--remake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remake.c b/remake.c
index 6ceeeca..06f2601 100644
--- a/remake.c
+++ b/remake.c
@@ -614,7 +614,7 @@ notice_finished_file (file)
{
if (just_print_flag || question_flag
|| (file->is_target && file->cmds == 0))
- file->last_mtime = time ((time_t *) 0);
+ file->last_mtime = NEW_MTIME;
else
file->last_mtime = 0;
}