Skip to content

all: Use the MAKE variable

Tyler Hicks requested to merge tyhicks/apparmor:make-variable into master

https://www.gnu.org/software/make/manual/html_node/MAKE-Variable.html

We should be using the $(MAKE) variable when calling the make command from Makefiles since we use Makefile recursion.

Signed-off-by: Tyler Hicks tyhicks@canonical.com

Merge request reports