From 73194ee17f95e5ea244bd878b5b9bcde48da4df6 Mon Sep 17 00:00:00 2001 From: agc Date: Mon, 8 Mar 1999 10:50:23 +0000 Subject: s/gmake/${GMAKE}/ --- benchmarks/benchfft/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'benchmarks') 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 -- cgit v1.2.3