summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-04-14 23:59:09 +0000
committerobrien <obrien@FreeBSD.org>1999-04-14 23:59:09 +0000
commitd2b0829c4c7f559e295922938bb820e9fa07da49 (patch)
treefd38f0839b4f4120ef37c44c0a94376ccdda5062 /lib
parent831605e7eec4e20879a1fe547048780b72bdbdd9 (diff)
downloadFreeBSD-src-d2b0829c4c7f559e295922938bb820e9fa07da49.zip
FreeBSD-src-d2b0829c4c7f559e295922938bb820e9fa07da49.tar.gz
Remove references to libg++ and libf2c that aren't needed post-EGCS.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 87440ed..90941a0 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -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.
OpenPOWER on IntegriCloud