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
749ae3b8f5
commit
ab2899e9c8
@ -3,7 +3,7 @@
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../include/rpcsvc
|
||||
.PATH: ${SRCTOP}/include/rpcsvc
|
||||
|
||||
PACKAGE=lib${LIB}
|
||||
LIB= rpcsvc
|
||||
|
Loading…
Reference in New Issue
Block a user