From: Roland McGrath Date: Tue, 14 Dec 1993 19:28:59 +0000 (+0000) Subject: Formerly vpath.c.~14~ X-Git-Tag: 3.70.2~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a191593947281229fecaff9519a4f3692a0c31f;p=thirdparty%2Fmake.git Formerly vpath.c.~14~ --- diff --git a/vpath.c b/vpath.c index 34e43fc3..230bb6ab 100644 --- a/vpath.c +++ b/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; }