diff options
Diffstat (limited to 'benchmarks/benchfft/Makefile')
-rw-r--r-- | benchmarks/benchfft/Makefile | 6 |
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 |