diff options
| author | Roland McGrath <roland@redhat.com> | 1993-10-27 22:14:26 +0000 |
|---|---|---|
| committer | Roland McGrath <roland@redhat.com> | 1993-10-27 22:14:26 +0000 |
| commit | a1749c85c8ff077adfee4dda7739af1a9ab4cc28 (patch) | |
| tree | 533750206000c114adf75891d63ae12b63fcd1d5 | |
| parent | c727af1bcc9be06cc6471b91a70037735dfcfec8 (diff) | |
| download | gunmake-a1749c85c8ff077adfee4dda7739af1a9ab4cc28.tar.gz | |
Formerly remake.c.~52~
| -rw-r--r-- | remake.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |
