summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-11 07:03:10 +0000
committerngie <ngie@FreeBSD.org>2017-02-11 07:03:10 +0000
commitcb0278a0b26f43bad19b0c8b0a42e0055ae2ec9e (patch)
treef424adf678189afc70357a5c4b06653af478ac8d
parent8097e3756b1edfe55a9d70567ebba25915350127 (diff)
downloadFreeBSD-src-cb0278a0b26f43bad19b0c8b0a42e0055ae2ec9e.zip
FreeBSD-src-cb0278a0b26f43bad19b0c8b0a42e0055ae2ec9e.tar.gz
MFC r312507:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output
-rw-r--r--lib/libexecinfo/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud