Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Erik E. Fair <fair@netbsd.org>
List: source-changes
Date: 03/30/1999 01:30:44
Module Name:	src
Committed By:	fair
Date:		Tue Mar 30 09:30:44 UTC 1999

Modified Files:
	src/share/mk: bsd.lib.mk
Log Message:
Patched per PR 7283; this causes shared libraries which depend on
other shared libraries to load against the ones just built when
DESTDIR is set (i.e. -L${DESTDIR}${LIBDIR} ), rather than what's
installed in /usr/lib (previous behavior definitely violated the
Principle of Least Astonishment!).