Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 04/11/2002 22:08:14
Module Name: basesrc
Committed By: tv
Date: Thu Apr 11 19:08:14 UTC 2002
Modified Files:
basesrc: Makefile
Log Message:
We don't need to do "install" of lib/csu specially. Just install it with
the rest of lib.
(None of lib/* needs csu installed in order to link. In the USETOOLS!=yes
case, csu may even depend on a newer libc, so installing csu before
compiling host tools in lib/ could break things even worse.)
To generate a diff of this commit:
cvs rdiff -r1.166 -r1.167 basesrc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.