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
commit1afe071d757e38ce4bbaff70311df6e48e4bfe4f (patch)
treedac03db5724b98fcbe471db1066adbb2ae1c79b7 /benchmarks
parent8306b72dd8da7dc86a70029313b285325cd5bc61 (diff)
downloadpkgsrc-1afe071d757e38ce4bbaff70311df6e48e4bfe4f.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