aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorn0gOoi3 <ttw@cobbled.net>2014-12-21 14:45:50 +0000
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>2014-12-27 17:27:03 -0500
commit6b7a2657ae69e6afd52ce58cf4f0b4190e75933b (patch)
tree067261e59fc64850e448ae8c52ef88a2d6b62b1d /po
parentb87e46a76ddbddf77ddbeb765ec13b30ce8fb00b (diff)
downloadikiwiki-6b7a2657ae69e6afd52ce58cf4f0b4190e75933b.tar
ikiwiki-6b7a2657ae69e6afd52ce58cf4f0b4190e75933b.tar.gz
Use $(MAKE) in po, as elsewhere in the build.
(cherry picked from commit 26a6c611fe9a32efa437efd07c698116d22b3a31)
Diffstat (limited to 'po')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
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