From fe7cb5fef98b4c1dd91a4549f52475dc1e94575e Mon Sep 17 00:00:00 2001 From: jtb Date: Thu, 30 Nov 2000 01:37:22 +0000 Subject: Removed erroneous additional = in FOPTS. --- math/odepack/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/odepack') diff --git a/math/odepack/Makefile b/math/odepack/Makefile index 07325e18854..82d9311d178 100644 --- a/math/odepack/Makefile +++ b/math/odepack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/11/30 00:51:16 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2000/11/30 01:37:22 jtb Exp $ DISTNAME= odepack-20001129 CATEGORIES= math @@ -10,7 +10,7 @@ WRKSRC= ${WRKDIR}/odepack USE_LIBTOOL= YES USE_FORTRAN= YES -FOPTS?= =-O3 +FOPTS?= -O3 .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3