Skip to content

Fix $(PWD) when using "make -C profiles"

By default, it stays at the "calling directory" instead of the directory of the Makefile, which breaks "make -C profiles check". Explicitely set it in the Makefile to get the right directory.

I propose this patch for 2.9..master

Merge request reports