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:
Enji Cooper 2017-01-20 03:55:43 +00:00
parent f347f2e2a7
commit 4b649713fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312458

View File

@ -1,6 +1,6 @@
# $FreeBSD$
LIBBEGEMOT_DIR=${.CURDIR}/../../contrib/libbegemot
LIBBEGEMOT_DIR=${SRCTOP}/contrib/libbegemot
PACKAGE=lib${LIB}
.PATH: ${LIBBEGEMOT_DIR}