K 10
svn:author
V 6
bostic
K 8
svn:date
V 27
1994-03-19T10:53:17.000000Z
K 24
svn:entry:committed-date
V 27
1994-03-19T10:53:17.000000Z
K 7
svn:log
V 128
The SYSV ${VAR:src=dst} was broken; try:
SRC=foo.c bar.c
all:
	echo ${SRC:%.c=%.o}
From: Christos Zoulas <christos@deshaw.com>


END
