From 7dd5e27cc6555e43f431ba9a77478f0b6c20e4f8 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 4 Sep 1999 13:25:57 +0000 Subject: [PATCH] FIxed disorder in the comments about library build order. --- Makefile.inc1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index acf10ef8dc91..777008189013 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -664,13 +664,13 @@ lib-tools: # # csu must be built before all shared libaries for ELF. # libcom_err must be built before libss. -# libcrypt must be built before libskey and libkrb. +# libcrypt must be built before libkrb and libskey. # libdes must be built before libpam. # libkrb must be built before libpam. # libm must be built before libstdc++. -# libmd must be built before libatm, libopie, libradius, libskey, -# libtacplus and libcrypt. -# libncurses must be built before libdialog, libedit, libreadline. +# 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. # libtacplus must be built before libpam.