=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/compat.c,v retrieving revision 1.70 retrieving revision 1.71 diff -c -r1.70 -r1.71 *** src/usr.bin/make/compat.c 2008/11/04 07:22:35 1.70 --- src/usr.bin/make/compat.c 2009/05/10 11:07:37 1.71 *************** *** 1,5 **** /* $OpenPackages$ */ ! /* $OpenBSD: compat.c,v 1.70 2008/11/04 07:22:35 espie Exp $ */ /* $NetBSD: compat.c,v 1.14 1996/11/06 17:59:01 christos Exp $ */ /* --- 1,5 ---- /* $OpenPackages$ */ ! /* $OpenBSD: compat.c,v 1.71 2009/05/10 11:07:37 espie Exp $ */ /* $NetBSD: compat.c,v 1.14 1996/11/06 17:59:01 christos Exp $ */ /* *************** *** 273,279 **** GNode *gn = NULL; /* Current root target */ int errors; /* Number of targets not remade due to errors */ ! setup_engine(); /* If the user has defined a .BEGIN target, execute the commands * attached to it. */ if (!queryFlag) { --- 273,279 ---- GNode *gn = NULL; /* Current root target */ int errors; /* Number of targets not remade due to errors */ ! setup_engine(0); /* If the user has defined a .BEGIN target, execute the commands * attached to it. */ if (!queryFlag) {