From 68db232834b715671a701e59ea06dd72ee12fe8d Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 1 Sep 1999 06:21:52 +0000 Subject: [PATCH] Update a comment regarding dependencies on libtermcap and curses etc. --- lib/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index bbe00a2f37a..23f75a3ddcd 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -10,11 +10,10 @@ # libm must be built before libstdc++. # libmd must be built before libatm, libopie, libradius, libskey, # and libtacplus. -# libncurses must be built before libdialog. +# 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. -# libtermcap must be built before libcurses, libedit and libreadline. # # Otherwise, the SUBDIR list should be in alphabetical order.