summaryrefslogtreecommitdiff
path: root/app-admin/needrestart/files/needrestart-parallelmake.patch
blob: 0a80de2deaf4c530c986d49cfd9a2f70a85fffb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
https://github.com/liske/needrestart/pull/34
---
 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