=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/make.c,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- src/usr.bin/make/make.c 2007/09/17 09:28:36 1.41 +++ src/usr.bin/make/make.c 2007/09/17 12:01:17 1.42 @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: make.c,v 1.41 2007/09/17 09:28:36 espie Exp $ */ +/* $OpenBSD: make.c,v 1.42 2007/09/17 12:01:17 espie Exp $ */ /* $NetBSD: make.c,v 1.10 1996/11/06 17:59:15 christos Exp $ */ /* @@ -455,7 +455,7 @@ */ while (!Job_Empty()) { Job_CatchOutput(); - Job_CatchChildren(!usePipes); + Job_CatchChildren(); (void)MakeStartJobs(); }