--- src/usr.bin/make/make.c 2004/12/16 00:17:05 1.13 +++ src/usr.bin/make/make.c 2004/12/16 23:24:09 1.14 @@ -782,7 +782,7 @@ Make_Run(Lst targs) Lst examine; /* List of targets to examine */ int errors; /* Number of errors the Job module reports */ - toBeMade = Lst_Init(FALSE); + toBeMade = Lst_Init(); examine = Lst_Duplicate(targs, NOCOPY); numNodes = 0;