summaryrefslogtreecommitdiff
path: root/vpath.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-05-14 23:09:34 +0000
committerRoland McGrath <roland@redhat.com>1993-05-14 23:09:34 +0000
commit8aa529e55eab708e69a8251221b0c3f4841ca76e (patch)
treea000db23852c2dbd07f6187ff91c38a405bdedd3 /vpath.c
parent03acd424083a8f83f02ee6999c69ae2e2457a180 (diff)
downloadgunmake-8aa529e55eab708e69a8251221b0c3f4841ca76e.tar.gz
Formerly vpath.c.~11~
Diffstat (limited to 'vpath.c')
-rw-r--r--vpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpath.c b/vpath.c
index 33e92c7..db53168 100644
--- a/vpath.c
+++ b/vpath.c
@@ -147,7 +147,7 @@ construct_vpath_list (pattern, dirpath)
free ((char *) path);
}
- lastpath = next;
+ lastpath = path;
path = next;
}