diff options
-rw-r--r-- | benchmarks/benchfft/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile index 17833a7a7a7..9009e3e5fdc 100644 --- a/benchmarks/benchfft/Makefile +++ b/benchmarks/benchfft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/04/16 07:39:03 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2002/09/30 14:51:46 wiz Exp $ DISTNAME= benchfft-2.0 CATEGORIES= benchmarks math @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_FORTRAN= yes USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LTCONFIG_OVERRIDE= ${WRKDIR}/fftw-2.0.1/ltconfig do-configure: (cd ${WRKDIR}/fftw-2.0.1 && ./configure) |