help-make
[Top][All Lists]
Advanced

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

Re: VPATH/vpath query


From: Payal
Subject: Re: VPATH/vpath query
Date: Mon, 26 Apr 2010 04:47:03 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

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
-- 






reply via email to

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