Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/01/2005 16:45:38
Module Name:	src
Committed By:	christos
Date:		Fri Jul  1 16:45:38 UTC 2005

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

Log Message:
PR/29985: Roland Illig: make(1) interprets backslash wrongly in for
loop expansions, when the expanded variable ends in backslash and
the backslash is the last character on the line. While this fix is
ugly (detect the condition and append a space), it is the least
intrusive for now.


To generate a diff of this commit:
cvs rdiff -r1.95 -r1.96 src/usr.bin/make/var.c

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