--- src/usr.bin/make/main.c 2005/03/18 22:12:47 1.63 +++ src/usr.bin/make/main.c 2005/03/19 00:19:55 1.64 @@ -797,7 +797,7 @@ main(int argc, char **argv) buf = Var_Subst(NULL, VPATH, VAR_CMD, FALSE); - vpath = Buf_GetAll(buf, NULL); + vpath = Buf_Data(buf); do { /* skip to end of directory */ for (ptr = vpath; *ptr != ':' && *ptr != '\0'; ptr++)