=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/cond.c,v retrieving revision 1.53 retrieving revision 1.54 diff -c -r1.53 -r1.54 *** src/usr.bin/make/cond.c 2017/12/19 20:44:53 1.53 --- src/usr.bin/make/cond.c 2019/12/21 15:29:25 1.54 *************** *** 1,4 **** ! /* $OpenBSD: cond.c,v 1.53 2017/12/19 20:44:53 zhuk Exp $ */ /* $NetBSD: cond.c,v 1.7 1996/11/06 17:59:02 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: cond.c,v 1.54 2019/12/21 15:29:25 espie Exp $ */ /* $NetBSD: cond.c,v 1.7 1996/11/06 17:59:02 christos Exp $ */ /* *************** *** 260,266 **** * Handle the 'make' function for conditionals. * * Results: ! * true if the given target is being made. *----------------------------------------------------------------------- */ static bool --- 260,268 ---- * Handle the 'make' function for conditionals. * * Results: ! * true if the given target is currently being built, ! * either explicitly on the command line, or implicitly as the ! * default target. *----------------------------------------------------------------------- */ static bool