aboutsummaryrefslogtreecommitdiff
path: root/lib/libstdthreads
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-20 04:33:45 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-20 04:33:45 +0000
commit92366c068329c7a4fb2ea266afd8a1d8abe37ecb (patch)
tree5613291a314aba20bfbe8698ab3cdd7298572cf6 /lib/libstdthreads
parent914108c8103c2eb1df2ae3e7c7e16f17dcae23dd (diff)
Notes
Diffstat (limited to 'lib/libstdthreads')
-rw-r--r--lib/libstdthreads/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstdthreads/Makefile b/lib/libstdthreads/Makefile
index 3200d4e36ba6..de696c7dca41 100644
--- a/lib/libstdthreads/Makefile
+++ b/lib/libstdthreads/Makefile
@@ -35,7 +35,7 @@ MLINKS= thrd_create.3 call_once.3 \
LIBADD= pthread
-VERSION_DEF= ${.CURDIR}/../libc/Versions.def
+VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
SYMBOL_MAPS= ${.CURDIR}/Symbol.map
.include <bsd.lib.mk>