mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-25 04:35:44 +00:00
Formerly vpath.c.~14~
This commit is contained in:
parent
8e73c0981b
commit
2a19159394
1 changed files with 2 additions and 1 deletions
3
vpath.c
3
vpath.c
|
@ -158,8 +158,9 @@ construct_vpath_list (pattern, dirpath)
|
|||
free ((char *) path->searchpath);
|
||||
free ((char *) path);
|
||||
}
|
||||
else
|
||||
lastpath = path;
|
||||
|
||||
lastpath = path;
|
||||
path = next;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue