From 05445edcc1ac79fc1f1ffa0593a68686e4280621 Mon Sep 17 00:00:00 2001 From: ngie Date: Sat, 11 Feb 2017 07:13:12 +0000 Subject: [PATCH] MFC r312514: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output git-svn-id: svn://svn.freebsd.org/base/stable/10@313630 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- gnu/usr.bin/gdb/gdbserver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/gdb/gdbserver/Makefile b/gnu/usr.bin/gdb/gdbserver/Makefile index f5cfd4c49..fa46e6de1 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 -- 2.45.0