From: Roland McGrath Date: Wed, 1 Apr 1992 10:06:27 +0000 (+0000) Subject: Formerly remake.c.~24~ X-Git-Tag: 3.70.2~825 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=123c2494c3f4847fa83c533dc5ffd9e58bb358f5;p=thirdparty%2Fmake.git Formerly remake.c.~24~ --- diff --git a/remake.c b/remake.c index b4add5fc..ddf4f4aa 100644 --- a/remake.c +++ b/remake.c @@ -204,6 +204,7 @@ update_file (file, depth) for (d = f->also_make; d != 0; d = d->next) { + check_renamed (d->file); d->file->command_state = f->command_state; d->file->update_status = f->update_status; d->file->updated = f->updated; @@ -321,6 +322,8 @@ update_file_1 (file, depth) { time_t mtime; + check_renamed (d->file); + mtime = file_mtime (d->file); check_renamed (d->file);