]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Use $(MAKE) in po, as elsewhere in the build.
authorn0gOoi3 <ttw@cobbled.net>
Sun, 21 Dec 2014 14:45:50 +0000 (14:45 +0000)
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Sat, 27 Dec 2014 22:27:03 +0000 (17:27 -0500)
(cherry picked from commit 26a6c611fe9a32efa437efd07c698116d22b3a31)

po/Makefile

index 5ec4a157c6ddbb0fdfcdea3d117730b3cb2ea266..4d1d33e83246ad54bb705d9e09f7469d23418fbe 100644 (file)
@@ -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