From cb0278a0b26f43bad19b0c8b0a42e0055ae2ec9e Mon Sep 17 00:00:00 2001 From: ngie Date: Sat, 11 Feb 2017 07:03:10 +0000 Subject: MFC r312507: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output --- lib/libexecinfo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libexecinfo/Makefile b/lib/libexecinfo/Makefile index 81fa82a..15520c2 100644 --- a/lib/libexecinfo/Makefile +++ b/lib/libexecinfo/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -LIBEXECINFO= ${.CURDIR}/../../contrib/libexecinfo +LIBEXECINFO= ${SRCTOP}/contrib/libexecinfo LIB= execinfo SHLIB_MAJOR= 1 -- cgit v1.1