On Mon, Apr 26, 2010 at 04:24:51AM -0700, Payal wrote:
> Hello,
> A bit confused because of this.
> 
> $ cat Makefile 
> .PHONY : all
> # VPATH = ./1
> vpath %-1 ./1
> all :
>         cat test-1

Sorry for the confusion.
Changed it to,

all : test-1
        cat $^

It works now.

With warm regards,
-Payal
-- 




_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to