help-make
[Top][All Lists]
Advanced

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

VPATH/vpath query


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

Hello,
A bit confused because of this.

$ cat Makefile 
.PHONY : all
# VPATH = ./1
vpath %-1 ./1
all :
        cat test-1

$ make 
cat test-1
cat: test-1: No such file or directory
make: *** [all] Error 1

$ cat 1/test-1 
Hello World

What is wrong? Both VPATH (currently commented & vpath) are not working?
Thanks a lot in advance.

With warm regards,
-Payal
-- 








reply via email to

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