VPATH and include

2019-08-28 Thread Sébastien Hinderer
Dear friends, Trying to use the VPATH variable, it seems to me that it is not taken into account by the include directive. Is there a way to change this behaviour? Thanks! Sébastien. ___ Help-make mailing list Help-make@gnu.org https://lists.gnu.org/

Re: VPATH and include

2019-08-28 Thread Kaz Kylheku (gmake)
On 2019-08-28 06:21, Sébastien Hinderer wrote: Dear friends, Trying to use the VPATH variable, it seems to me that it is not taken into account by the include directive. That kind of makes sense because VPATH is for searching for prerequisites; included makefiles are not the prerequisites of