diff options
Diffstat (limited to 'lib/libstdthreads/Makefile')
-rw-r--r-- | lib/libstdthreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstdthreads/Makefile b/lib/libstdthreads/Makefile index 544eeb0..d2eed8a 100644 --- a/lib/libstdthreads/Makefile +++ b/lib/libstdthreads/Makefile @@ -35,7 +35,7 @@ MLINKS= thrd_create.3 call_once.3 \ DPADD= ${LIBPTHREAD} LDADD= -lpthread -VERSION_DEF= ${.CURDIR}/../libc/Versions.def +VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def SYMBOL_MAPS= ${.CURDIR}/Symbol.map .include <bsd.lib.mk> |