1
0
mirror of https://github.com/mirror/make.git synced 2025-04-24 12:00:35 +08:00

Formerly vpath.c.~14~

This commit is contained in:
Roland McGrath 1993-12-14 19:28:59 +00:00
parent 8e73c0981b
commit 2a19159394

View File

@ -158,8 +158,9 @@ construct_vpath_list (pattern, dirpath)
free ((char *) path->searchpath);
free ((char *) path);
}
else
lastpath = path;
lastpath = path;
path = next;
}