summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/make.c')
-rw-r--r--usr.bin/make/make.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c
index c0dfd5ff987..685669dd147 100644
--- a/usr.bin/make/make.c
+++ b/usr.bin/make/make.c
@@ -1,5 +1,5 @@
/* $OpenPackages$ */
-/* $OpenBSD: make.c,v 1.29 2001/11/11 06:02:06 deraadt Exp $ */
+/* $OpenBSD: make.c,v 1.30 2001/11/11 12:35:02 espie Exp $ */
/* $NetBSD: make.c,v 1.10 1996/11/06 17:59:15 christos Exp $ */
/*
@@ -781,7 +781,7 @@ Make_Run(targs)
LIST examine; /* List of targets to examine */
int errors; /* Number of errors the Job module reports */
- Lst_Init(&toBeMade);
+ Static_Lst_Init(&toBeMade);
Lst_Clone(&examine, targs, NOCOPY);
numNodes = 0;