Subject: sun-lamp CVS commits
To: None <source-changes@NetBSD.ORG>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 01/19/1995 20:40:01
christos
Thu Jan 19 23:35:12 EST 1995
Update of /b/source/CVS/src/usr.bin/make
In directory sun-lamp.cs.berkeley.edu:/c/users/christos/slash/src/usr.bin/make

Modified Files:
	var.c 
Log Message:
Fixed to parse correctly SysV variable substitutions ${VAR:P1=P2} when
P1 or P2 contain }'s or )'s. From mikeb@snow.datametrics.com