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:
ngie 2017-01-20 04:34:01 +00:00
parent 49b5f4fee7
commit 570c5c0f0f

View File

@ -8,7 +8,7 @@ LIBADD+= pthread
SRCS= sqlite3.c
SQLITE= ${.CURDIR}/../../contrib/sqlite3
SQLITE= ${SRCTOP}/contrib/sqlite3
.PATH: ${SQLITE}
WARNS= 3