aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cxxfilt
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-04-21 12:58:29 +0000
committerEd Maste <emaste@FreeBSD.org>2016-04-21 12:58:29 +0000
commit2821bdccaaa2dc9e04e3d6a865b6da57ef0f0cb8 (patch)
tree0063aee2166157b20b3d10fff6c319161a3b1619 /usr.bin/cxxfilt
parent53219aa88a4c32c5900c7d8c2a45589502ef9d4a (diff)
downloadsrc-2821bdccaaa2dc9e04e3d6a865b6da57ef0f0cb8.tar.gz
src-2821bdccaaa2dc9e04e3d6a865b6da57ef0f0cb8.zip
elftoolchain: Use ${SRCTOP} for the top of the FreeBSD tree
It's provided by sys.mk so there's no need to derive it from ${.CURDIR}. Suggested by: ngie Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D5998
Notes
Notes: svn path=/head/; revision=298401
Diffstat (limited to 'usr.bin/cxxfilt')
-rw-r--r--usr.bin/cxxfilt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/cxxfilt/Makefile b/usr.bin/cxxfilt/Makefile
index 0f7b5968698d..75f39419bfd2 100644
--- a/usr.bin/cxxfilt/Makefile
+++ b/usr.bin/cxxfilt/Makefile
@@ -2,7 +2,7 @@
.include <src.opts.mk>
-ELFTCDIR= ${.CURDIR:H:H}/contrib/elftoolchain
+ELFTCDIR= ${SRCTOP}/contrib/elftoolchain
SRCDIR= ${ELFTCDIR}/cxxfilt
.PATH: ${SRCDIR}