Subject: CVS commit: src/gnu/dist/gcc/gcc
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/10/2003 15:25:18
Module Name:	src
Committed By:	lukem
Date:		Fri Oct 10 15:25:18 UTC 2003

Modified Files:
	src/gnu/dist/gcc/gcc: Makefile.in
	src/gnu/dist/gcc/gcc/objc: Make-lang.in

Log Message:
Add rules to prevent c-parse.c and objc-parse.c from being rebuilt if the
respective .y file has a newer timestamp (usually due to cvs checkout issues);
the code isn't .OBJDIR friendly, and it's unnecessary in our build envrionment.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/gnu/dist/gcc/gcc/Makefile.in
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gcc/gcc/objc/Make-lang.in

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