From 6b7a2657ae69e6afd52ce58cf4f0b4190e75933b Mon Sep 17 00:00:00 2001 From: n0gOoi3 Date: Sun, 21 Dec 2014 14:45:50 +0000 Subject: Use $(MAKE) in po, as elsewhere in the build. (cherry picked from commit 26a6c611fe9a32efa437efd07c698116d22b3a31) --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po') diff --git a/po/Makefile b/po/Makefile index 5ec4a157c..4d1d33e83 100644 --- a/po/Makefile +++ b/po/Makefile @@ -84,7 +84,7 @@ underlays: ../ikiwiki.out underlays_copy_stamp ../ikiwiki.out -libdir .. -setup underlay.setup -refresh ../ikiwiki.out: ../Makefile - make -C .. ikiwiki.out + $(MAKE) -C .. ikiwiki.out ../Makefile: ../Makefile.PL cd .. && ./Makefile.PL -- cgit v1.2.3