aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/nm
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/nm
parent53219aa88a4c32c5900c7d8c2a45589502ef9d4a (diff)
downloadsrc-2821bdccaaa2dc9e04e3d6a865b6da57ef0f0cb8.tar.gz
src-2821bdccaaa2dc9e04e3d6a865b6da57ef0f0cb8.zip
Notes
Diffstat (limited to 'usr.bin/nm')
-rw-r--r--usr.bin/nm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/nm/Makefile b/usr.bin/nm/Makefile
index 0b8e223ddf2d..113553f8c564 100644
--- a/usr.bin/nm/Makefile
+++ b/usr.bin/nm/Makefile
@@ -2,7 +2,7 @@
.include <src.opts.mk>
-ELFTCDIR= ${.CURDIR:H:H}/contrib/elftoolchain
+ELFTCDIR= ${SRCTOP}/contrib/elftoolchain
NMDIR= ${ELFTCDIR}/nm
.PATH: ${NMDIR}