Add lib/libc to list of _prebuild_libs because we need the target

built libc_pic.a for libkse.

# This should finally fix the build on 4.x

Submitted by: kan
This commit is contained in:
Warner Losh 2003-06-08 04:15:05 +00:00
parent cedfd4f63f
commit 21e24af3ff

View File

@ -784,8 +784,7 @@ _startup_libs+= lib/csu/${MACHINE_ARCH}-elf
_startup_libs+= lib/csu/${MACHINE_ARCH}
.endif
_prebuild_libs=
_prebuild_libs+= lib/libc
_generic_libs= gnu/lib
.if exists(${.CURDIR}/kerberos5) && exists(${.CURDIR}/crypto) && \