Formerly remake.c.~52~

This commit is contained in:
Roland McGrath 1993-10-27 22:14:26 +00:00
parent c727af1bcc
commit a1749c85c8

View file

@ -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;
}