Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 11/23/2003 13:34:07
Module Name:	src
Committed By:	bjh21
Date:		Sun Nov 23 13:34:07 UTC 2003

Modified Files:
	src/sys/arch/acorn26/stand: Makefile.buildboot
	src/sys/arch/acorn32/stand: Makefile.buildboot

Log Message:
Create the "machine" and "arm" links directly from the .BEGIN rule, rather
than in dependencies of it, since .BEGIN is apparently only special for
its commands, not its dependencies.  This should get boot26, and probably
boot32, compiling again.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/acorn26/stand/Makefile.buildboot
cvs rdiff -r1.5 -r1.6 src/sys/arch/acorn32/stand/Makefile.buildboot

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.