projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c727af1
)
Formerly remake.c.~52~
author
Roland McGrath
<roland@redhat.com>
Wed, 27 Oct 1993 22:14:26 +0000
(22:14 +0000)
committer
Roland McGrath
<roland@redhat.com>
Wed, 27 Oct 1993 22:14:26 +0000
(22:14 +0000)
remake.c
patch
|
blob
|
history
diff --git
a/remake.c
b/remake.c
index 6ceeeca95a468814a8e63542f236168884915966..06f26010b37a2f5d0701f8dfc99e9d504eaea67d 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;
}