Follow-up Comment #2, bug #30612 (project make):
This makefile still fails:
.PHONY: all
all: lib.a( a.o)
(%.o): %.o
echo $@ $<
make 3.81 gives what I would expect:
lib.a a.o
make 3.82, with the comment #1: corrections, gives:
make: *** No rule to make target `lib.a()', needed by `all'. Stop.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?30612>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-make