Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Simon J. Gerraty <sjg@netbsd.org>
List: source-changes
Date: 01/07/2001 08:16:03
Module Name:	basesrc
Committed By:	sjg
Date:		Sun Jan  7 06:16:03 UTC 2001

Modified Files:
	basesrc/usr.bin/make: main.c

Log Message:
ReadMakefile: Don't simply fopen() fname before checking if we are in separate
objdir.  This is the way freebsd does it, and apart from being more correct,
saves a lot of pointless fopen() calls.


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 basesrc/usr.bin/make/main.c

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