diff options
author | imp <imp@FreeBSD.org> | 2003-06-08 04:15:05 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-06-08 04:15:05 +0000 |
commit | bc62e791aa015fb15c8309f5a7f9d29aed61b2cf (patch) | |
tree | 09632d00d81d9d26c2e15d365222cf5b338a8965 /Makefile.inc1 | |
parent | 0dde8b2eeb595c6a12212f743e83f76fe8401906 (diff) | |
download | FreeBSD-src-bc62e791aa015fb15c8309f5a7f9d29aed61b2cf.zip FreeBSD-src-bc62e791aa015fb15c8309f5a7f9d29aed61b2cf.tar.gz |
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
Diffstat (limited to 'Makefile.inc1')
-rw-r--r-- | Makefile.inc1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 849ba99..47cb14c 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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) && \ |