bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make 3.82 bug with leading space on member names in library prerequisite


From: Duncan Moore
Subject: make 3.82 bug with leading space on member names in library prerequisite.
Date: Wed, 08 Jun 2011 14:13:15 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10

Using this makefile:
.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 corrections for bug #30612, gives:
make: *** No rule to make target `lib.a()', needed by `all'.  Stop.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]