summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authoragc <agc>1999-03-08 10:50:23 +0000
committeragc <agc>1999-03-08 10:50:23 +0000
commitcb7b7a1bca28e2a9b40ab6d90e7513363c4784cb (patch)
treedac03db5724b98fcbe471db1066adbb2ae1c79b7 /benchmarks
parentc05238e1dac1836566ad21ae0d149849c1907a5e (diff)
downloadpkgsrc-cb7b7a1bca28e2a9b40ab6d90e7513363c4784cb.tar.gz
s/gmake/${GMAKE}/
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/benchfft/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile
index 9a9f9b3563d..fcd3bd8645a 100644
--- a/benchmarks/benchfft/Makefile
+++ b/benchmarks/benchfft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/12/26 15:59:55 garbled Exp $
+# $NetBSD: Makefile,v 1.4 1999/03/08 10:50:23 agc Exp $
DISTNAME= benchfft-2.0
CATEGORIES= benchmarks math
@@ -15,9 +15,9 @@ do-configure:
(cd ${WRKDIR}/fftw-2.0.1 && ./configure)
do-build:
- (cd ${WRKDIR}/fftw-2.0.1 && gmake)
+ (cd ${WRKDIR}/fftw-2.0.1 && ${GMAKE})
(cd ${WRKSRC} && ./configure)
- (cd ${WRKSRC} && gmake)
+ (cd ${WRKSRC} && ${GMAKE})
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bench ${PREFIX}/bin/bench-fft