summaryrefslogtreecommitdiffstats
path: root/lib/libkse/Makefile
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2003-09-02 19:37:11 +0000
committerkan <kan@FreeBSD.org>2003-09-02 19:37:11 +0000
commit6d12300f90fad2255ee8886b22df9d054ead72cb (patch)
treed21b15d891848e43c52ff2c31d9fa141449b3af3 /lib/libkse/Makefile
parenta69ecba559088d42f19d6acd96fa0fb4d8caf7c0 (diff)
downloadFreeBSD-src-6d12300f90fad2255ee8886b22df9d054ead72cb.zip
FreeBSD-src-6d12300f90fad2255ee8886b22df9d054ead72cb.tar.gz
Rethink the way thr_libc.So is generated. Relying on GCC to extract
only needed symbols from libc_pic is not working on sparc64. Requested by: jake
Diffstat (limited to 'lib/libkse/Makefile')
-rw-r--r--lib/libkse/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile
index 31c09dc..3d7c890 100644
--- a/lib/libkse/Makefile
+++ b/lib/libkse/Makefile
@@ -39,9 +39,3 @@ PRECIOUSLIB= yes
.include "${.CURDIR}/thread/Makefile.inc"
.include <bsd.lib.mk>
-
-# Can't put thr_support.c in SRCS but want it in .depend.
-${DEPENDFILE}: thr_support.c
-
-# LIBC_PIC is defined only after <bsd.lib.mk> is included.
-thr_libc.So: ${LIBC_PIC}
OpenPOWER on IntegriCloud