summaryrefslogtreecommitdiff
path: root/usr.bin/make/targ.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/targ.c')
-rw-r--r--usr.bin/make/targ.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/make/targ.c b/usr.bin/make/targ.c
index 946949bc201..d0f69171d7a 100644
--- a/usr.bin/make/targ.c
+++ b/usr.bin/make/targ.c
@@ -1,5 +1,5 @@
/* $OpenPackages$ */
-/* $OpenBSD: targ.c,v 1.55 2007/11/28 09:39:01 espie Exp $ */
+/* $OpenBSD: targ.c,v 1.56 2008/01/29 22:23:10 espie Exp $ */
/* $NetBSD: targ.c,v 1.11 1997/02/20 16:51:50 christos Exp $ */
/*
@@ -196,7 +196,8 @@ Targ_NewGNi(const char *name, const char *ename)
gn->fname = NULL;
gn->impliedsrc = NULL;
Lst_Init(&gn->commands);
- gn->suffix = NULL;
+ Lst_Init(&gn->expanded);
+ gn->suffix = NULL;
#ifdef STATS_GN_CREATION
STAT_GN_COUNT++;