Formerly remake.c.~52~
authorRoland McGrath <roland@redhat.com>
Wed, 27 Oct 1993 22:14:26 +0000 (22:14 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 27 Oct 1993 22:14:26 +0000 (22:14 +0000)
remake.c

index 6ceeeca..06f2601 100644 (file)
--- 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;
     }