summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-11 05:55:25 +0000
committerngie <ngie@FreeBSD.org>2017-02-11 05:55:25 +0000
commitb5d4edd3b68f19f24033dac87be8c50dddf7a908 (patch)
treefe8433356476fe7c962dedb3bf895eb5a89bf7e1 /lib
parent9ff7b15b41c32715f5f1e71668bca8633ab637a2 (diff)
downloadFreeBSD-src-b5d4edd3b68f19f24033dac87be8c50dddf7a908.zip
FreeBSD-src-b5d4edd3b68f19f24033dac87be8c50dddf7a908.tar.gz
MFC r312458:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output
Diffstat (limited to 'lib')
-rw-r--r--lib/libbegemot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libbegemot/Makefile b/lib/libbegemot/Makefile
index 27baf56..0f917c6 100644
--- a/lib/libbegemot/Makefile
+++ b/lib/libbegemot/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-LIBBEGEMOT_DIR=${.CURDIR}/../../contrib/libbegemot
+LIBBEGEMOT_DIR=${SRCTOP}/contrib/libbegemot
.PATH: ${LIBBEGEMOT_DIR}
OpenPOWER on IntegriCloud