From fac91f241e762fe4b960eaadd828bfb7aa5025e7 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 4 Sep 1999 13:08:35 +0000 Subject: [PATCH] Fixed disorder in comments. Build libncurses early again (it had drifted into set of libraries that have no ordering requirements, but it must be built before libedit here and before some gnu libraries in ../Makefile.inc1). --- lib/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index 579d4ccdde4..d0906399b2a 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -6,10 +6,10 @@ # # csu must be built before all shared libaries for ELF. # libcom_err must be built before libss. -# libcrypt must be built before libskey. +# libcrypt must be built before libkrb and libskey. # libm must be built before libstdc++. -# libmd must be built before libatm, libopie, libradius, libskey, -# libtacplus and libcrypt. +# libmd must be built before libatm, libcrypt, libopie, libradius, libskey, +# and libtacplus. # libncurses must be built before libdialog, libedit and libreadline. # libradius must be built before libpam. # libskey must be built before libpam. @@ -18,14 +18,14 @@ # Otherwise, the SUBDIR list should be in alphabetical order. SUBDIR= ${_csu} libcom_err ${_libm} libmd ${_libcrypt} \ - libradius libskey libtacplus \ + libncurses libradius libskey libtacplus \ ${_compat} libalias libatm libbind libc ${_libc_r} libcalendar libcam \ - libcompat libdevstat libdisk libncurses libedit libfetch \ + libcompat libdevstat libdisk libedit libfetch \ libftpio libgnumalloc ${_libio} libipx libkvm libopie libpam \ libpcap libresolv librpcsvc libss libstand \ ${_libtelnet} libutil ${_libvgl} libwrap libxpg4 liby libz -#SUBDIR+=libmenu libpanel libform +#SUBDIR+=libform libmenu libpanel .if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT}) _csu=csu/${MACHINE_ARCH}-${OBJFORMAT}