help-make
[Top][All Lists]
Advanced

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

Re: VPATH and variable expansion


From: Werner LEMBERG
Subject: Re: VPATH and variable expansion
Date: Sun, 17 May 2009 20:57:07 +0200 (CEST)

> makefile syntax is not the same as shell syntax.
> backticks does not work in makefiles as you expect them to.
> 
> To do what you want use:
> 
>     VPATH = $(shell pwd)/foo

Ah, thanks.


    Werner




reply via email to

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