Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 03/01/2005 04:34:55
Module Name:	src
Committed By:	christos
Date:		Tue Mar  1 04:34:55 UTC 2005

Modified Files:
	src/usr.bin/make: cond.c

Log Message:
When parsing conditional tokens, make sure that the token is followed by
a non-alpha character, so that .elsefoo is not parsed as .else leading
to confusion later.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/usr.bin/make/cond.c

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