summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2003-08-27 01:57:19 +0000
committerjlam <jlam>2003-08-27 01:57:19 +0000
commitdf4bf81465cefe15cdd12450101c28d5f6dd7e67 (patch)
treeb958ad7ae783d73df8f64a87c125f44a989fc0f8
parent9450aa832eb61d72733e333c815716eeef5757d1 (diff)
downloadpkgsrc-df4bf81465cefe15cdd12450101c28d5f6dd7e67.tar.gz
Cut-n-pasto: s/GREP/GMAKE/ in the GNU make section.
-rw-r--r--mk/tools.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools.mk b/mk/tools.mk
index cd778d112c1..61a3ebb7965 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.4.2.5 2003/08/26 21:58:07 jlam Exp $
+# $NetBSD: tools.mk,v 1.4.2.6 2003/08/27 01:57:19 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