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
33911d5150
commit
080a17b50b
@ -3,7 +3,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
PACKAGE=lib${LIB}
|
||||
OPIE_DIST?= ${.CURDIR}/../../contrib/opie
|
||||
OPIE_DIST?= ${SRCTOP}/contrib/opie
|
||||
DIST_DIR= ${OPIE_DIST}/${.CURDIR:T}
|
||||
SHLIB_MAJOR= 8
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user