diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:28:16 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:28:16 +0000 |
| commit | f6d8b2c698e4513fecacd8f8c267b1e777bbe685 (patch) | |
| tree | b5f83eaaf4a202c3c4c5d8e55603dbf906fc52bf /lib/libthread_db/Makefile | |
| parent | 5bde33db9d836310c12ea29db2fd4f97a982fbb3 (diff) | |
Notes
Diffstat (limited to 'lib/libthread_db/Makefile')
| -rw-r--r-- | lib/libthread_db/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthread_db/Makefile b/lib/libthread_db/Makefile index dfd451639501..1484b8803948 100644 --- a/lib/libthread_db/Makefile +++ b/lib/libthread_db/Makefile @@ -15,7 +15,7 @@ CFLAGS+=-I. -I${.CURDIR} SYM_MAPS+=${.CURDIR}/Symbol.map SYMBOL_MAPS=${SYM_MAPS} -VERSION_DEF=${.CURDIR}/../libc/Versions.def +VERSION_DEF=${SRCTOP}/lib/libc/Versions.def # Unfortunately, clang gives an incorrect warning about alignment in # arch/i386/libpthread_md.c, so turn that off for now. |
