Use gmake for building.
For some inexplicable reason, directory changes take effect for multiple lines with BSD make on 6.99.3/amd64.
This commit is contained in:
parent
779b3a8436
commit
2e44e42a0a
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.18 2012/02/21 12:38:58 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2012/02/22 14:55:52 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= live.2012.02.04
|
||||
|
@ -14,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
|
||||
WRKSRC= ${WRKDIR}/live
|
||||
USE_LANGUAGES= c c++
|
||||
USE_TOOLS+= gmake
|
||||
USE_LIBTOOL= YES
|
||||
|
||||
INSTALLATION_DIRS= bin lib
|
||||
|
|
Loading…
Reference in a new issue