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:56:10 +00:00
parent 4b649713fd
commit 8b25e84105
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312459

View file

@ -6,7 +6,7 @@ SHLIB_MAJOR=0
CFLAGS+=-I${.CURDIR}
WARNS?= 2
.PATH: ${.CURDIR}/../../contrib/compiler-rt/lib/BlocksRuntime
.PATH: ${SRCTOP}/contrib/compiler-rt/lib/BlocksRuntime
INCS= Block.h Block_private.h
SRCS= data.c runtime.c