From e2400a867b8477a2928dc1e9274fdc03131dfc25 Mon Sep 17 00:00:00 2001 From: dillo Date: Sat, 12 Jul 2003 13:22:16 +0000 Subject: don't define test target directly, use do-test instead --- math/scilab/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/scilab') diff --git a/math/scilab/Makefile b/math/scilab/Makefile index e2828f5f4d6..3b0e90589d7 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2003/06/11 20:50:56 abs Exp $ +# $NetBSD: Makefile,v 1.39 2003/07/12 13:22:16 dillo Exp $ # DISTNAME= ${SCIBASE}.src @@ -68,7 +68,7 @@ post-install: # the "SCI=0 && unset SCI" is done because some of the tests really will # fail if SCI is set to anything. -test: build +do-test: SCI=0 && unset SCI && cd ${WRKSRC}/tests && \ ${MAKE_ENV} ${MAKE_PROGRAM} tests 2>&1 | \ tee ${WRKDIR}/tests.log -- cgit v1.2.3