bug-make
[Top][All Lists]
Advanced

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

Re: make 3.82 bug with leading space on member names in library prerequi


From: Paul Smith
Subject: Re: make 3.82 bug with leading space on member names in library prerequisite.
Date: Wed, 08 Jun 2011 19:44:28 +0200

On Wed, 2011-06-08 at 14:13 +0100, Duncan Moore wrote:
> 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.

https://savannah.gnu.org/bugs/?30612

Cheers!




reply via email to

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