diff options
Diffstat (limited to 'mbone/common-mml/Makefile')
-rw-r--r-- | mbone/common-mml/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mbone/common-mml/Makefile b/mbone/common-mml/Makefile index ec161ea3bb6..f9122c45a16 100644 --- a/mbone/common-mml/Makefile +++ b/mbone/common-mml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/03/08 07:45:32 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2007/03/24 19:21:28 joerg Exp $ # DISTNAME= common-1.2.16 @@ -15,11 +15,11 @@ WRKSRC= ${WRKDIR}/common GNU_CONFIGURE= yes USE_LIBTOOL= yes +INSTALLATION_DIRS= include/common-mml lib share/doc/common-mml + INCDIR= ${PREFIX}/include/common-mml DOCDIR= ${PREFIX}/share/doc/common-mml -INSTALLATION_DIRS= ${INCDIR} ${DOCDIR} - do-install: ${LIBTOOL} --mode=install \ ${INSTALL_LIB} ${WRKSRC}/src/*.la ${PREFIX}/lib |