From 3f4cbd902f8b2c4d2db944400ac780386c95d27c Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 16 Mar 2000 12:32:27 +0000 Subject: grep -> ${GREP} --- emulators/linux-locale/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/linux-locale/Makefile') diff --git a/emulators/linux-locale/Makefile b/emulators/linux-locale/Makefile index 74f4c31ce26..e27fd88b5c9 100644 --- a/emulators/linux-locale/Makefile +++ b/emulators/linux-locale/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/02/05 18:16:33 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2000/03/16 12:32:27 wiz Exp $ # DISTNAME= libwcsmbs-0.0.4-4jrpm @@ -57,7 +57,7 @@ do-install: post-install: @${ECHO_MSG} "===> [Automatic Linux shared object preload handling]" - @grep -v 'libwcsmbs\.so' ${EMULPRELOAD} \ + @${GREP} -v 'libwcsmbs\.so' ${EMULPRELOAD} \ > ${WRKDIR}/preload 2> /dev/null || ${TRUE} @${MV} ${WRKDIR}/preload ${EMULPRELOAD} @${ECHO} "libwcsmbs.so.0" >> ${EMULPRELOAD} -- cgit v1.2.3