diff options
author | agc <agc> | 1998-11-12 16:15:29 +0000 |
---|---|---|
committer | agc <agc> | 1998-11-12 16:15:29 +0000 |
commit | dce0070db80c973604adc3155d34b6cba9f2daec (patch) | |
tree | 53d215395ec4bc31c983f6b69b06abd67b782e99 /benchmarks | |
parent | 6f9647d196ebd2d239540c8cf7f0af3f6eed9e45 (diff) | |
download | pkgsrc-dce0070db80c973604adc3155d34b6cba9f2daec.tar.gz |
s/echo/${ECHO}/
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/hbench/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/hbench/Makefile b/benchmarks/hbench/Makefile index 4ed1aa700b1..ce6cdf213ff 100644 --- a/benchmarks/hbench/Makefile +++ b/benchmarks/hbench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/09/23 16:56:00 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/11/12 16:15:29 agc Exp $ DISTNAME= hbench-OS-1.0 PKGNAME= hbench-1.0 @@ -13,8 +13,8 @@ DEPENDS+= gnuplot-3.5:../../graphics/gnuplot ALL_TARGET= build USE_PERL5= yes WRKSRC= ${WRKDIR}/hbench-OS -NETBSDVER!= echo `uname -s|tr '[A-Z]' '[a-z]'``uname -r`-`uname -m` -ARCH!= echo `uname -m` +NETBSDVER!= ${ECHO} `uname -s|tr '[A-Z]' '[a-z]'``uname -r`-`uname -m` +ARCH!= ${ECHO} `uname -m` PLIST_SRC= ${WRKDIR}/PLIST-src |