From owner-cvs-gnu Fri Apr 11 10:09:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA03394 for cvs-gnu-outgoing; Fri, 11 Apr 1997 10:09:06 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA03380; Fri, 11 Apr 1997 10:09:03 -0700 (PDT) Date: Fri, 11 Apr 1997 10:09:03 -0700 (PDT) From: Bruce Evans Message-Id: <199704111709.KAA03380@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld ld.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/04/11 10:09:02 Modified: gnu/usr.bin/ld ld.c Log: Don't print nonexistent library names for `ld -f [-Lfoo] -lbar'. A dependency on `bar' is very unlikely to be correct. This is a quick fix for broken dependencies in gdb and many other places. The dependencies on internal libraries are now missing instead of wrong when `make depend' is run before the libraries are created. Revision Changes Path 1.43 +10 -2 src/gnu/usr.bin/ld/ld.c