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
e2ee3b6641
commit
4cbc4dfef7
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= lib${LIB}
|
||||
BZ2DIR= ${.CURDIR}/../../contrib/bzip2
|
||||
BZ2DIR= ${SRCTOP}/contrib/bzip2
|
||||
.PATH: ${BZ2DIR}
|
||||
|
||||
LIB= bz2
|
||||
|
Loading…
x
Reference in New Issue
Block a user