Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This simplifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
d5e08ff4a3
commit
e4e855905c
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE=lib${LIB}
|
||||
LIBEXECINFO= ${.CURDIR}/../../contrib/libexecinfo
|
||||
LIBEXECINFO= ${SRCTOP}/contrib/libexecinfo
|
||||
|
||||
LIB= execinfo
|
||||
SHLIB_MAJOR= 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user