diff options
Diffstat (limited to 'usr.bin/make/make.c')
-rw-r--r-- | usr.bin/make/make.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c index c4f62a1..c441089 100644 --- a/usr.bin/make/make.c +++ b/usr.bin/make/make.c @@ -783,7 +783,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; |