summaryrefslogtreecommitdiff
path: root/benchmarks/benchfft
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-03-08 10:50:23 +0000
committeragc <agc@pkgsrc.org>1999-03-08 10:50:23 +0000
commit73194ee17f95e5ea244bd878b5b9bcde48da4df6 (patch)
treedac03db5724b98fcbe471db1066adbb2ae1c79b7 /benchmarks/benchfft
parentda78cd9acee7c727a09f03b677a328870ac932eb (diff)
downloadpkgsrc-73194ee17f95e5ea244bd878b5b9bcde48da4df6.tar.gz
s/gmake/${GMAKE}/
Diffstat (limited to 'benchmarks/benchfft')
-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