[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #30612] error parsing library references with multiple objects
From: |
anonymous |
Subject: |
[bug #30612] error parsing library references with multiple objects |
Date: |
Sat, 11 Jun 2011 13:40:51 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.91 Safari/534.30 |
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 #30612] error parsing library references with multiple objects,
anonymous <=