diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2016-04-21 12:58:29 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2016-04-21 12:58:29 +0000 |
| commit | 2821bdccaaa2dc9e04e3d6a865b6da57ef0f0cb8 (patch) | |
| tree | 0063aee2166157b20b3d10fff6c319161a3b1619 /usr.bin/readelf | |
| parent | 53219aa88a4c32c5900c7d8c2a45589502ef9d4a (diff) | |
Notes
Diffstat (limited to 'usr.bin/readelf')
| -rw-r--r-- | usr.bin/readelf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/readelf/Makefile b/usr.bin/readelf/Makefile index 4919f7aabcca..8f7dec5695a8 100644 --- a/usr.bin/readelf/Makefile +++ b/usr.bin/readelf/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -ELFTCDIR= ${.CURDIR:H:H}/contrib/elftoolchain +ELFTCDIR= ${SRCTOP}/contrib/elftoolchain READELFDIR= ${ELFTCDIR}/readelf .PATH: ${READELFDIR} |
