Add the missing directory to the extract list. Problem reported
by Todd Willey in private e-mail.
This commit is contained in:
parent
2080211c16
commit
143bbdfccc
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.25 2005/04/03 21:04:40 rillig Exp $
|
||||
# $NetBSD: Makefile.common,v 1.26 2005/04/07 23:39:08 hira Exp $
|
||||
#
|
||||
# XBUILD_DIRS is the group of directories under ${WRKSRC} that will
|
||||
# be built in.
|
||||
|
@ -297,7 +297,7 @@ do-configure:
|
|||
# This can use for a single distfile.
|
||||
#
|
||||
. if defined(XEXTRACTS) && !empty(XEXTRACTS)
|
||||
_EXTRACTS= xc/config xc/include
|
||||
_EXTRACTS= xc/config xc/include xc/extras/Mesa/include/GL
|
||||
. for _dir in ${XEXTRACTS}
|
||||
_EXTRACTS+= xc/${_dir}
|
||||
. endfor
|
||||
|
|
Loading…
Reference in a new issue