diff options
author | dillo <dillo> | 2003-07-12 13:23:43 +0000 |
---|---|---|
committer | dillo <dillo> | 2003-07-12 13:23:43 +0000 |
commit | 1e4dd576e655723e30f338c70edceb956559fecb (patch) | |
tree | 47be8641e858b66d34e39fed016e99b53994746f /mbone/common-mml | |
parent | bfa62dc109c7e3a080a7bbbe01378bacde0bbf41 (diff) | |
download | pkgsrc-1e4dd576e655723e30f338c70edceb956559fecb.tar.gz |
don't define test target directly, use do-test instead
Diffstat (limited to 'mbone/common-mml')
-rw-r--r-- | mbone/common-mml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/common-mml/Makefile b/mbone/common-mml/Makefile index c582eeb5042..88fc7b16aee 100644 --- a/mbone/common-mml/Makefile +++ b/mbone/common-mml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/03/29 12:41:46 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/12 13:23:43 dillo Exp $ # DISTNAME= common-1.2.0 @@ -25,7 +25,7 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/include/common-mml ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/common-mml -test: build +do-test: ${WRKSRC}/test-libcommon .include "../../mk/bsd.pkg.mk" |