diff options
author | Roland McGrath <roland@redhat.com> | 1993-12-14 19:28:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-12-14 19:28:59 +0000 |
commit | 2a191593947281229fecaff9519a4f3692a0c31f (patch) | |
tree | 84757b945a5fbe791ab761ab3c0c43f1cdd2a4de | |
parent | 8e73c0981ba1d85c77a1132056b08503be3994b4 (diff) | |
download | gunmake-2a191593947281229fecaff9519a4f3692a0c31f.tar.gz |
Formerly vpath.c.~14~
-rw-r--r-- | vpath.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -158,8 +158,9 @@ construct_vpath_list (pattern, dirpath) free ((char *) path->searchpath); free ((char *) path); } + else + lastpath = path; - lastpath = path; path = next; } |