]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly remake.c.~24~
authorRoland McGrath <roland@redhat.com>
Wed, 1 Apr 1992 10:06:27 +0000 (10:06 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 1 Apr 1992 10:06:27 +0000 (10:06 +0000)
remake.c

index b4add5fcfd5cb52edfc0ffc6592665f3169e17a8..ddf4f4aafcd056bc7efea03a5e8bdfea950dc731 100644 (file)
--- 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);