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