aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2004-01-31 17:00:04 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2004-01-31 17:00:04 +0000
commitbaadb27d9834369454116326742449f6208a77d1 (patch)
treef73620d2d76ecf9b17922d231c88cbadc7ea5a8e /lib/libc_r
parentbe8a62e8214b3cdd0e4d182389cbd42451fc04ea (diff)
downloadsrc-baadb27d9834369454116326742449f6208a77d1.tar.gz
src-baadb27d9834369454116326742449f6208a77d1.zip
Correct the link for the profiling library.
Notes
Notes: svn path=/head/; revision=125266
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 6db3fff59346..b6072004b09d 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