> 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
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make
