From 83e187d55def1a1414c1aa2e003056b60c132661 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 30 Sep 2002 14:51:46 +0000 Subject: Fix LTCONFIG_OVERRIDE target. Should fix shark bulk build failure. --- benchmarks/benchfft/Makefile | 4 ++-- 1 file 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) -- cgit v1.2.3