diff options
author | jlam <jlam@pkgsrc.org> | 2003-08-27 01:58:25 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-08-27 01:58:25 +0000 |
commit | 53001478f3c9be6f8a09f55c9ed09c259a67ad23 (patch) | |
tree | 8c4f4cb95a1fb34ca70d2c317263b4ee56b2a9c1 /mk | |
parent | 94036bc5034f766b09b0ccb03e757ed931843770 (diff) | |
download | pkgsrc-53001478f3c9be6f8a09f55c9ed09c259a67ad23.tar.gz |
Cut-n-pasto: s/GREP/GMAKE/ in the GNU make section. (from pkgviews-mk)
Diffstat (limited to 'mk')
-rw-r--r-- | mk/tools.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |