diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 05:51:25 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 05:51:25 +0000 |
| commit | 87e9d112de1418a1df694122473bdf98594e60cd (patch) | |
| tree | 85563d2c1ccd660ca21571c1cec443eeb0f91fc0 /gnu/usr.bin | |
| parent | 97ed49de755f7d2d712cfc29f48c62c8361ea4e3 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/gdb/gdbserver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/gdbserver/Makefile b/gnu/usr.bin/gdb/gdbserver/Makefile index f5cfd4c49f626..fa46e6de14faa 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 |
