Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/31/1998 18:00:02
tv
Tue Mar 31 17:50:02 PST 1998
Update of /cvsroot/src/gnu/usr.bin/egcs/cc1obj
In directory nb00:/tmp/cvs-serv3362/cc1obj

Modified Files:
	Makefile 
Log Message:
Add $(.OBJDIR) to the front of .PATH: so yacc's generated files do not
get dumped in the dist directory
...these Makefiles really should be converted to using ${} variables


tv
Tue Mar 31 17:50:02 PST 1998
Update of /cvsroot/src/gnu/usr.bin/egcs/cc1plus
In directory nb00:/tmp/cvs-serv3362/cc1plus

Modified Files:
	Makefile 
Log Message:
Add $(.OBJDIR) to the front of .PATH: so yacc's generated files do not
get dumped in the dist directory
...these Makefiles really should be converted to using ${} variables


tv
Tue Mar 31 17:50:02 PST 1998
Update of /cvsroot/src/gnu/usr.bin/egcs/common
In directory nb00:/tmp/cvs-serv3362/common

Modified Files:
	Makefile 
Log Message:
Add $(.OBJDIR) to the front of .PATH: so yacc's generated files do not
get dumped in the dist directory
...these Makefiles really should be converted to using ${} variables


tv
Tue Mar 31 17:50:02 PST 1998
Update of /cvsroot/src/gnu/usr.bin/egcs/cpp
In directory nb00:/tmp/cvs-serv3362/cpp

Modified Files:
	Makefile 
Log Message:
Add $(.OBJDIR) to the front of .PATH: so yacc's generated files do not
get dumped in the dist directory
...these Makefiles really should be converted to using ${} variables


tv
Tue Mar 31 17:50:31 PST 1998
Update of /cvsroot/src/gnu/dist/gcc
In directory nb00:/tmp/cvs-serv3366

Modified Files:
	pexecute.c 
Log Message:
add __vfork14() compensation by including <unistd.h> as inspired by our
in-tree gcc.  make this special activity conditional on __NetBSD__.