diff options
-rw-r--r-- | vpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ construct_vpath_list (pattern, dirpath) free ((char *) path); } - lastpath = next; + lastpath = path; path = next; } |
index : gunmake | ||
GNU make with more features of SunOS make | Igor Pashev |
summaryrefslogtreecommitdiff |
-rw-r--r-- | vpath.c | 2 |
@@ -147,7 +147,7 @@ construct_vpath_list (pattern, dirpath) free ((char *) path); } - lastpath = next; + lastpath = path; path = next; } |