From 49849c7ad5e66e52b36ecabf008388a54ba55888 Mon Sep 17 00:00:00 2001 From: jtb Date: Thu, 30 Nov 2000 01:37:22 +0000 Subject: [PATCH] Removed erroneous additional = in FOPTS. --- math/odepack/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/odepack/Makefile b/math/odepack/Makefile index 07325e188546..82d9311d178c 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"