Remove references to libg++ and libf2c that aren't needed post-EGCS.

This commit is contained in:
David E. O'Brien 1999-04-14 23:59:09 +00:00
parent bd43efdba2
commit 09ee9e267c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45691

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $Id: Makefile,v 1.87 1998/12/17 23:02:11 dfr Exp $
# $Id: Makefile,v 1.88 1999/03/14 17:55:55 markm Exp $
# To satisfy shared library or ELF linkage when only the libraries being
# built are visible:
@ -7,7 +7,7 @@
# csu must be built before all shared libaries for ELF.
# libcom_err must be built before libss.
# libcrypt must be built before libskey.
# libm must be built before libf2c, libg++ and libstdc++.
# libm must be built before libstdc++.
# libmd must be built before libatm, libopie, libradius, libskey,
# and libtacplus.
# libmytinfo must be built before libdialog and libncurses.