=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/engine.c,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/usr.bin/make/engine.c 2008/11/04 07:22:35 1.20 --- src/usr.bin/make/engine.c 2008/11/10 09:22:18 1.21 *************** *** 1,4 **** ! /* $OpenBSD: engine.c,v 1.20 2008/11/04 07:22:35 espie Exp $ */ /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. * Copyright (c) 1988, 1989 by Adam de Boor --- 1,4 ---- ! /* $OpenBSD: engine.c,v 1.21 2008/11/10 09:22:18 espie Exp $ */ /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. * Copyright (c) 1988, 1989 by Adam de Boor *************** *** 78,84 **** Job_CheckCommands(GNode *gn) { /* Alter our type to tell if errors should be ignored or things ! * should not be printed so CompatRunCommand knows what to do. */ if (Targ_Ignore(gn)) gn->type |= OP_IGNORE; --- 78,84 ---- Job_CheckCommands(GNode *gn) { /* Alter our type to tell if errors should be ignored or things ! * should not be printed so setup_and_run_command knows what to do. */ if (Targ_Ignore(gn)) gn->type |= OP_IGNORE;