Skip to content

Commit

Permalink
Use $(MAKE) instead of make for parallel make
Browse files Browse the repository at this point in the history
  • Loading branch information
candrews committed Jul 7, 2016
1 parent e9c29f4 commit ed0854f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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

0 comments on commit ed0854f

Please sign in to comment.