diff options
author | dillo <dillo@pkgsrc.org> | 2003-07-12 13:23:43 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2003-07-12 13:23:43 +0000 |
commit | 2816ab49614eb22eaae14b28a95bbb1c8ac9770f (patch) | |
tree | 47be8641e858b66d34e39fed016e99b53994746f /mbone/common-mml | |
parent | 4af73f2d928a6e5893bcc7df911ccdf0f5568cbe (diff) | |
download | pkgsrc-2816ab49614eb22eaae14b28a95bbb1c8ac9770f.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" |