mirror of
https://github.com/mirror/make.git
synced 2025-01-04 01:10:26 +08:00
Formerly remake.c.~52~
This commit is contained in:
parent
c727af1bcc
commit
a1749c85c8
2
remake.c
2
remake.c
@ -614,7 +614,7 @@ notice_finished_file (file)
|
|||||||
{
|
{
|
||||||
if (just_print_flag || question_flag
|
if (just_print_flag || question_flag
|
||||||
|| (file->is_target && file->cmds == 0))
|
|| (file->is_target && file->cmds == 0))
|
||||||
file->last_mtime = time ((time_t *) 0);
|
file->last_mtime = NEW_MTIME;
|
||||||
else
|
else
|
||||||
file->last_mtime = 0;
|
file->last_mtime = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user