summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-20 05:51:25 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-20 05:51:25 +0000
commit87e9d112de1418a1df694122473bdf98594e60cd (patch)
tree85563d2c1ccd660ca21571c1cec443eeb0f91fc0 /gnu
parent97ed49de755f7d2d712cfc29f48c62c8361ea4e3 (diff)
downloadsrc-test2-87e9d112de1418a1df694122473bdf98594e60cd.tar.gz
src-test2-87e9d112de1418a1df694122473bdf98594e60cd.zip
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This simplifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=312514
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gdb/gdbserver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/gdbserver/Makefile b/gnu/usr.bin/gdb/gdbserver/Makefile
index f5cfd4c49f62..fa46e6de14fa 100644
--- a/gnu/usr.bin/gdb/gdbserver/Makefile
+++ b/gnu/usr.bin/gdb/gdbserver/Makefile
@@ -3,7 +3,7 @@
# Not elf specific so don't install in /usr/libexec/elf
BINDIR=/usr/bin
-GDBDIR= ${.CURDIR}/../../../../contrib/gdb
+GDBDIR= ${SRCTOP}/contrib/gdb
.PATH: ${GDBDIR}/gdb/signals
.PATH: ${GDBDIR}/gdb/gdbserver
.PATH: ${GDBDIR}/gdb