Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sun-lamp CVS commits
- To: source-changes
- Subject: sun-lamp CVS commits
- From: The Source of All Evil <source>
- Date: Sun, 10 Sep 1995 00:00:01 -0400
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 $@
Home |
Main Index |
Thread Index |
Old Index