Module Name: src Committed By: matthias Date: Fri Mar 11 13:54:47 UTC 2016
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make parsing of library member targets work. So
lib.a(member.o): something
cp something member.o
ar r lib.a member.o
rm member.o
will work now.
To generate a diff of this commit:
cvs rdiff -u -r1.212 -r1.213 src/usr.bin/make/parse.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
