From: Roland McGrath Date: Wed, 1 Apr 1992 09:58:26 +0000 (+0000) Subject: Formerly file.c.~10~ X-Git-Tag: 3.70.2~826 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8742e9b3e6b736f0ca27fda0362263f4cb1bd97;p=thirdparty%2Fmake.git Formerly file.c.~10~ --- diff --git a/file.c b/file.c index ea0dae25..0a5417ba 100644 --- a/file.c +++ b/file.c @@ -134,6 +134,9 @@ rename_file (file, name) register struct file *f; struct file *oldfile; + while (file->renamed != 0) + file = file->renamed; + /* Find the hash values of the old and new names. */ oldhash = 0;