Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This implifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
7423a04740
commit
213efd3d26
@ -3,7 +3,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
PACKAGE=lib${LIB}
|
PACKAGE=lib${LIB}
|
||||||
OPIE_DIST?= ${.CURDIR}/../../contrib/opie
|
OPIE_DIST?= ${SRCTOP}/contrib/opie
|
||||||
DIST_DIR= ${OPIE_DIST}/${.CURDIR:T}
|
DIST_DIR= ${OPIE_DIST}/${.CURDIR:T}
|
||||||
SHLIB_MAJOR= 8
|
SHLIB_MAJOR= 8
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user