Subject: CVS commit: src/regress/lib/libc
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 10/23/2003 21:59:35
Module Name:	src
Committed By:	he
Date:		Thu Oct 23 21:59:35 UTC 2003

Modified Files:
	src/regress/lib/libc: Makefile

Log Message:
While the intention of picking up the target's include files was fine,
those files are not available in certain phases in the build process,
notably the "obj" phase, so unconditionally decend into siginfo during
that pass.  This should make read-only source trees build again when
cross-compiling for a target supporting siginfo on a host not supporting
siginfo.


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 src/regress/lib/libc/Makefile

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