diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2016-04-18 13:13:59 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2016-04-18 13:13:59 +0000 |
| commit | c0e5e7f3d2e1bac7ada43b35843e3a018777854e (patch) | |
| tree | b2b7fab482a8b2171347dff667a0bba5cbb0e332 /usr.bin/cxxfilt | |
| parent | f8ee69bf81d37e120b3ca9b04c32110a5e2c43c3 (diff) | |
Notes
Diffstat (limited to 'usr.bin/cxxfilt')
| -rw-r--r-- | usr.bin/cxxfilt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/cxxfilt/Makefile b/usr.bin/cxxfilt/Makefile index 496b240a79d5..0f7b5968698d 100644 --- a/usr.bin/cxxfilt/Makefile +++ b/usr.bin/cxxfilt/Makefile @@ -2,7 +2,7 @@ .include <src.opts.mk> -ELFTCDIR= ${.CURDIR}/../../contrib/elftoolchain +ELFTCDIR= ${.CURDIR:H:H}/contrib/elftoolchain SRCDIR= ${ELFTCDIR}/cxxfilt .PATH: ${SRCDIR} |
