pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

atlas: Fix typo in BUILD_TARGET



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 24 20:01:17 2016 +0200
Changeset:	d558fbd32fb555c7a08320074672abd98760374a

Modified Files:
	atlas/Makefile

Log Message:
atlas: Fix typo in BUILD_TARGET

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d558fbd32fb555c7a08320074672abd98760374a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 atlas/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/atlas/Makefile b/atlas/Makefile
index f4207a7..0834aa7 100644
--- a/atlas/Makefile
+++ b/atlas/Makefile
@@ -41,7 +41,7 @@ CONFIGURE_ARGS+=	-Ss flapack ${PREFIX}/lib/liblapack.a
 CONFIGURE_ARGS+=       --with-netlib-lapack-tarfile=${DISTDIR}/lapack-3.5.0.tgz
 
 TEST_TARGET=	check
-BUILD_TAGET=	build shared ptshared
+BUILD_TARGET=	build shared ptshared
 
 pre-configure:
 	${RUN} cd ${WRKSRC}; mkdir ${CONFIGURE_DIRS}


Home | Main Index | Thread Index | Old Index