Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 03/10/1997 23:50:04
cgd
Mon Mar 10 15:46:14 PST 1997
Update of /cvsroot/src
In directory netbsd1:/var/slash-tmp/cvs-serv12572

Modified Files:
	Makefile 
Log Message:
when doing 'make build', build lib/csu & install it before building
lib itself.  On the Alpha (and other ELF systems), shared library builds
require files built/installed by the csu build, so if lib/csu isn't
built/installed before lib is, DESTDIR builds won't work and normal builds
can mistakenly use old versions of some csu files.