diff options
author | ngie <ngie@FreeBSD.org> | 2017-02-11 05:55:25 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-02-11 05:55:25 +0000 |
commit | b5d4edd3b68f19f24033dac87be8c50dddf7a908 (patch) | |
tree | fe8433356476fe7c962dedb3bf895eb5a89bf7e1 /lib | |
parent | 9ff7b15b41c32715f5f1e71668bca8633ab637a2 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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} |