Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This simplifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
2ce4ae7894
commit
dff7e49047
@ -3,7 +3,7 @@
|
||||
PACKAGE=lib${LIB}
|
||||
LIB= gssapi
|
||||
SHLIB_MAJOR= 10
|
||||
VERSION_DEF= ${.CURDIR}/../libc/Versions.def
|
||||
VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
|
||||
SYMBOL_MAPS= ${.CURDIR}/Symbol.map
|
||||
|
||||
SRCS=
|
||||
|
Loading…
x
Reference in New Issue
Block a user