From ed0854fe64e3f8d1a4f69952c4e26889af4540a8 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Thu, 7 Jul 2016 14:51:19 -0400 Subject: [PATCH] Use $(MAKE) instead of make for parallel make --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c432772..8cc2fe0 100644 --- a/Makefile +++ b/Makefile @@ -64,5 +64,5 @@ po/needrestart-notify/messages.pot: ex/notify.d/*-* mo-files: - make -C po/needrestart - make -C po/needrestart-notify + $(MAKE) -C po/needrestart + $(MAKE) -C po/needrestart-notify