Subject: CVS commit: src/tools/gcc
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 12/11/2004 07:40:50
Module Name:	src
Committed By:	jmc
Date:		Sat Dec 11 07:40:50 UTC 2004

Modified Files:
	src/tools/gcc: mknative.common

Log Message:
Take output and look for things of the form ./XXX.o and turn them into XXX.o
so generated objects vs listed objects in make line up and dependcies happen
correctly. Found because libiberty (on this binutils import) was leaving
all objects as ./object.o and make wasn't picking up correct depends on
config.h as a result.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/tools/gcc/mknative.common

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