On Thu, 27 May 2010, David Holland wrote:
> On Thu, May 27, 2010 at 09:36:42AM +0200, Alan Barrett wrote:
>  > On Thu, 27 May 2010, David A. Holland wrote:
>  > > -cleandir distclean: cleanlibdir
>  > > +cleandir distclean: .WAIT cleanlibdir
>  > 
>  > I would have expected .WAIT to be a no-op in this context.
> 
> foo: bar
> foo: .WAIT baz
>
> [is the same as]
>
> foo: bar .WAIT baz

I think it's a bug that .WAIT affects things declared in different
lines, but OK, thanks for the explanation.

--apb (Alan Barrett)

Reply via email to