From: Roland McGrath Date: Wed, 27 Oct 1993 22:14:26 +0000 (+0000) Subject: Formerly remake.c.~52~ X-Git-Tag: 3.70.2~102 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a1749c85c8ff077adfee4dda7739af1a9ab4cc28;p=platform%2Fupstream%2Fmake.git Formerly remake.c.~52~ --- 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; }