diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-11-23 23:42:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-11-23 23:42:46 +0000 |
commit | 32fea44a447452ba1d025ef563097a2b639c7b5f (patch) | |
tree | 26a2a640432cd0308153cf45b4be2391d8473309 /usr.bin/make/suff.c | |
parent | 2b5bf0455cfdd3b06f52578c304a38c1bf3a7b71 (diff) |
back out changes that break kernel compiles. good testing jobmk install!
Diffstat (limited to 'usr.bin/make/suff.c')
-rw-r--r-- | usr.bin/make/suff.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c index b0ce597a434..f35459ccd32 100644 --- a/usr.bin/make/suff.c +++ b/usr.bin/make/suff.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: suff.c,v 1.47 2001/11/22 21:18:10 espie Exp $ */ +/* $OpenBSD: suff.c,v 1.48 2001/11/23 23:42:45 deraadt Exp $ */ /* $NetBSD: suff.c,v 1.13 1996/11/06 17:59:25 christos Exp $ */ /* @@ -1431,8 +1431,6 @@ SuffApplyTransform(tGn, sGn, t, s) /* Record last child for expansion purposes. */ ln = Lst_Last(&tGn->children); - if (Lst_IsEmpty(&tGn->commands)) - tGn->type |= OP_IS_SUFFIX; /* Pass the buck to Make_HandleUse to apply the rule. */ Make_HandleUse(gn, tGn); |