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 04:37:03 +00:00
parent 3cda95458d
commit 6bc07fa1d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312487

View File

@ -3,7 +3,7 @@
INTERNALLIB=
ELFTCDIR= ${.CURDIR}/../../contrib/elftoolchain
ELFTCDIR= ${SRCTOP}/contrib/elftoolchain
.PATH: ${ELFTCDIR}/libpe