--- src/usr.bin/make/for.c 2004/12/16 22:20:12 1.13 +++ src/usr.bin/make/for.c 2004/12/16 23:24:09 1.14 @@ -167,7 +167,7 @@ For_Eval(char *line) /* * Make a list with the remaining words */ - forLst = Lst_Init(FALSE); + forLst = Lst_Init(); buf = Buf_Init(0); sub = Var_Subst(NULL, ptr, VAR_CMD, FALSE);