Subject: CVS commit: basesrc/usr.bin/make
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 11/11/2001 23:36:07
Module Name:	basesrc
Committed By:	tv
Date:		Sun Nov 11 21:36:07 UTC 2001

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

Log Message:
Fix long-standing bug where, if an objdir exists, searching the .PATH for a
file will strip any leading path on the filename when searching ${.CURDIR}.

This bug manifested itself more prominently with xsrc/xfree/xc/lib/GL/GL,
since we now always search ${.CURDIR} as an alternative to ${.OBJDIR}
(PR bin/14499).


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 basesrc/usr.bin/make/dir.c

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