Catch up with libpthread/support/Makefile.inc,v 1.6 and revert

Makefile.inc1 revisions 1.365 and 1.367: libc_pic.a is no longer
necessary to build libpthread.so (ie: libkse.so).
This commit is contained in:
Ruslan Ermilov 2003-09-15 21:18:30 +00:00
parent feec6a7a90
commit 3d0d5c76b0

View File

@ -814,8 +814,6 @@ libraries:
# gnu/lib/csu, gnu/lib/libgcc and lib/csu must be built before all
# shared libraries for ELF.
#
# lib/libc (libc_pic.a) must be built before lib/libpthread.
#
_startup_libs= gnu/lib/csu gnu/lib/libgcc
.if exists(${.CURDIR}/lib/csu/${MACHINE_ARCH}-elf)
_startup_libs+= lib/csu/${MACHINE_ARCH}-elf
@ -824,6 +822,7 @@ _startup_libs+= lib/csu/${MACHINE_ARCH}
.endif
_prebuild_libs=
_generic_libs= gnu/lib
.if exists(${.CURDIR}/kerberos5) && exists(${.CURDIR}/crypto) && \
@ -835,9 +834,6 @@ _prebuild_libs+= kerberos5/lib/libroken
_generic_libs+= kerberos5/lib
.endif
.if !defined(NOLIBPTHREAD)
_prebuild_libs+= lib/libc
.endif
_prebuild_libs+= lib/libcom_err lib/libcrypt lib/libexpat \
lib/libkvm lib/libmd \
lib/libncurses lib/libopie lib/libpam lib/libradius \