Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/distrib/common/Makefile.parselist,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- src/distrib/common/Makefile.parselist 2003/11/14 06:00:34 1.5 +++ src/distrib/common/Makefile.parselist 2008/10/19 22:05:20 1.6 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.parselist,v 1.5 2003/11/14 06:00:34 matt Exp $ +# $NetBSD: Makefile.parselist,v 1.6 2008/10/19 22:05:20 apb Exp $ # # Makefile snippet to setup parselist.awk related variables: # PARSELISTENV environment variables to pass to parselist.awk @@ -22,7 +22,7 @@ PARSELISTENV+= NETBSDSRCDIR=${NETBSDSRCD OBJDIR=${.OBJDIR:Q} PARSELISTDEP= ${DISTRIBDIR}/common/parselist.awk -PARSELIST= ${PARSELISTENV} ${AWK} -f ${PARSELISTDEP} +PARSELIST= ${PARSELISTENV} ${TOOL_AWK} -f ${PARSELISTDEP} .endif # _MAKEFILE_PARSELIST_