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
0748e44e51
commit
2ce4ae7894
@ -1,7 +1,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PACKAGE= clibs
|
PACKAGE= clibs
|
||||||
SRCDIR= ${.CURDIR}/../../contrib/libcxxrt
|
SRCDIR= ${SRCTOP}/contrib/libcxxrt
|
||||||
|
|
||||||
SHLIB_MAJOR= 1
|
SHLIB_MAJOR= 1
|
||||||
SHLIBDIR?= /lib
|
SHLIBDIR?= /lib
|
||||||
|
Loading…
Reference in New Issue
Block a user