=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/make.c,v retrieving revision 1.49 retrieving revision 1.50 diff -c -r1.49 -r1.50 *** src/usr.bin/make/make.c 2007/11/10 13:59:48 1.49 --- src/usr.bin/make/make.c 2007/11/17 16:39:45 1.50 *************** *** 1,5 **** /* $OpenPackages$ */ ! /* $OpenBSD: make.c,v 1.49 2007/11/10 13:59:48 espie Exp $ */ /* $NetBSD: make.c,v 1.10 1996/11/06 17:59:15 christos Exp $ */ /* --- 1,5 ---- /* $OpenPackages$ */ ! /* $OpenBSD: make.c,v 1.50 2007/11/17 16:39:45 espie Exp $ */ /* $NetBSD: make.c,v 1.10 1996/11/06 17:59:15 christos Exp $ */ /* *************** *** 146,152 **** char *cname; /* the child's name */ LstNode ln; /* Element in parents list */ ! cname = Varq_Value(TARGET_INDEX, cgn); /* * If the child was actually made, see what its modification time is --- 146,152 ---- char *cname; /* the child's name */ LstNode ln; /* Element in parents list */ ! cname = Var(TARGET_INDEX, cgn); /* * If the child was actually made, see what its modification time is