summaryrefslogtreecommitdiff
path: root/usr.bin/make/suff.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-11-23 23:42:46 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-11-23 23:42:46 +0000
commit32fea44a447452ba1d025ef563097a2b639c7b5f (patch)
tree26a2a640432cd0308153cf45b4be2391d8473309 /usr.bin/make/suff.c
parent2b5bf0455cfdd3b06f52578c304a38c1bf3a7b71 (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.c4
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);