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
a52f8de585
commit
3e1888f73c
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
LIBBEGEMOT_DIR=${.CURDIR}/../../contrib/libbegemot
|
||||
LIBBEGEMOT_DIR=${SRCTOP}/contrib/libbegemot
|
||||
|
||||
PACKAGE=lib${LIB}
|
||||
.PATH: ${LIBBEGEMOT_DIR}
|
||||
|
Loading…
Reference in New Issue
Block a user