Subject: CVS commit: src/share/mk
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/19/2003 07:19:12
Module Name:	src
Committed By:	lukem
Date:		Mon May 19 07:19:12 UTC 2003

Modified Files:
	src/share/mk: bsd.rpc.mk

Log Message:
Remove dependency on ${RPCGEN}:
    *	Unnecessarily causes lib/librpcsvc (etc) to be rebuilt every time
	rpcgen is updated.
    *	No other "generated" file (.l, .y, ...) depends upon its tool
    	like this
    *	As <bsd.own.mk> wasn't being pulled in, the tools/ version
    	wasn't being used, so a lot of times the dependency was wrong.

Fixes [toolchain/11568] by Bernd Ernesti.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/share/mk/bsd.rpc.mk

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