summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-09-02 15:02:18 +0000
committerbde <bde@FreeBSD.org>1998-09-02 15:02:18 +0000
commitc177840e1da5afd6933f94e0553de62e2bfbc966 (patch)
tree88d0bd47a52d8ad01fb659485f144ce59622223f /lib
parent38a5b98a25fb393eb9d56ddd3e45529b5074100a (diff)
downloadFreeBSD-src-c177840e1da5afd6933f94e0553de62e2bfbc966.zip
FreeBSD-src-c177840e1da5afd6933f94e0553de62e2bfbc966.tar.gz
csu must be built before all shared libaries for ELF, since ELF shared
libraries are linked to at least crti.o. Always build it first.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 87c0079..bb7d6a6 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,9 +1,10 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id: Makefile,v 1.73 1998/08/22 14:31:39 gpalmer Exp $
+# $Id: Makefile,v 1.74 1998/08/30 01:45:47 jb Exp $
# To satisfy shared library or ELF linkage when only the libraries being
# built are visible:
#
+# csu must be built before all shared libaries for ELF.
# libcom_err must be built before libss.
# libcrypt and libmd must be built before libskey.
# libm must be built before libtcl.
@@ -12,8 +13,8 @@
#
# Otherwise, the SUBDIR list should be in alphabetical order.
-SUBDIR= libcom_err ${_libcrypt} ${_libm} libmytinfo libtermcap \
- ${_compat} ${_csu} libalias libbind libc ${_libc_r} libcalendar \
+SUBDIR= ${_csu} libcom_err ${_libcrypt} ${_libm} libmytinfo libtermcap \
+ ${_compat} libalias libbind libc ${_libc_r} libcalendar \
libcompat libcurses ${_libdisk} libedit libf2c libfetch libftpio \
libgnumalloc libipx libkvm libmd libncurses libopie \
libpcap libresolv librpcsvc ${_libscsi} libskey libss libstand \
OpenPOWER on IntegriCloud