mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-25 12:37:04 +00:00
Formerly file.c.~10~
This commit is contained in:
parent
a7ec3f0576
commit
d8742e9b3e
1 changed files with 3 additions and 0 deletions
3
file.c
3
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;
|
||||
|
|
Loading…
Reference in a new issue