summaryrefslogtreecommitdiffstats
path: root/lib/libc_r
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2004-01-31 17:00:04 +0000
committerdeischen <deischen@FreeBSD.org>2004-01-31 17:00:04 +0000
commit7672c0089af45f08eec95cf22d0471eb9bc37250 (patch)
treef73620d2d76ecf9b17922d231c88cbadc7ea5a8e /lib/libc_r
parent35592de77bccf63789e2fd7396b81328733450f9 (diff)
downloadFreeBSD-src-7672c0089af45f08eec95cf22d0471eb9bc37250.zip
FreeBSD-src-7672c0089af45f08eec95cf22d0471eb9bc37250.tar.gz
Correct the link for the profiling library.
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile
index 6db3fff..b607200 100644
--- a/lib/libc_r/Makefile
+++ b/lib/libc_r/Makefile
@@ -31,7 +31,7 @@ SYMLINKS+=lib${LIB}.a ${LIBDIR}/libpthread.a
SYMLINKS+=lib${LIB}.so ${SHLIBDIR}/libpthread.so
.endif
.if !defined(NOPROFILE)
-SYMLINKS+=lib${LIB}_p.a ${LIBDIR}/libpthread.a
+SYMLINKS+=lib${LIB}_p.a ${LIBDIR}/libpthread_p.a
.endif
.endif
OpenPOWER on IntegriCloud