Is there any way to delay the variable expansion in a vpath directive?

One can do
VPATH = $(dir)
and define dir later

but 
vpath %.c $(dir)
does not quite work that way.

Thanks,
saurabh
                                          
_______________________________________________
Help-make mailing list
Help-make@gnu.org
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to