summaryrefslogtreecommitdiff
path: root/benchmarks/benchfft/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/benchfft/Makefile')
-rw-r--r--benchmarks/benchfft/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile
index 8f90fead61b..40802c04e07 100644
--- a/benchmarks/benchfft/Makefile
+++ b/benchmarks/benchfft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/01/22 07:19:25 grant Exp $
+# $NetBSD: Makefile,v 1.17 2004/02/14 15:29:15 jlam Exp $
DISTNAME= benchfft-2.0
CATEGORIES= benchmarks math
@@ -17,9 +17,8 @@ USE_FORTRAN= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKDIR}/fftw-2.0.1/ltconfig
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
-CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/fftw-2.0.1/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub ${WRKDIR}/fftw-2.0.1/config.sub
+CONFIG_GUESS_OVERRIDE= config.guess ../fftw-*/config.guess
+CONFIG_SUB_OVERRIDE= config.sub ../fftw-*/config.sub
pre-configure:
CONFIGURE_DIRS=${WRKDIR}/fftw-2.0.1 ${MAKE} ${MAKEFLAGS} do-configure