From 8ebc640f611ed4fa3c310df5980fa2bc2218e53a Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 27 Aug 2003 01:58:25 +0000 Subject: Cut-n-pasto: s/GREP/GMAKE/ in the GNU make section. (from pkgviews-mk) --- mk/tools.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/tools.mk') diff --git a/mk/tools.mk b/mk/tools.mk index b88eaf2ac8f..1c9fcbaefeb 100644 --- a/mk/tools.mk +++ b/mk/tools.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.mk,v 1.10 2003/08/26 20:15:27 jlam Exp $ +# $NetBSD: tools.mk,v 1.11 2003/08/27 01:58:25 jlam Exp $ # # This Makefile creates a ${TOOLS_DIR} directory and populates the bin # subdir with tools that hide the ones outside of ${TOOLS_DIR}. @@ -225,7 +225,7 @@ _TOOLS_PROGNAME.make= ${GMAKE} BUILD_DEPENDS+= gmake>=3.78:../../devel/gmake _TOOLS_OVERRIDE.make= YES _TOOLS_PROGNAME.make= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}make -GREP:= ${_TOOLS_PROGNAME.make} +GMAKE:= ${_TOOLS_PROGNAME.make} .endif .if !empty(PKGPATH:Mdevel/gmake) _TOOLS_OVERRIDE.make= NO -- cgit v1.2.3