christos Sat Sep 9 23:58:19 EDT 1995 Update of /a/cvsroot/src/usr.bin/make In directory pain.lcs.mit.edu:/b/tmp/cvs-serv4956 Modified Files: parse.c Log Message: Fix PR/1443: Dependency rules with `=' in the lhs are parsed as variable assignments. E.g., the following Makefile fails: A=a b c d all: $(A:%=%b) $(A:%=%b): @echo $@