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






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

Reply via email to