Use $(MAKE) in po, as elsewhere in the build.

(cherry picked from commit 26a6c611fe9a32efa437efd07c698116d22b3a31)
master
n0gOoi3 2014-12-21 14:45:50 +00:00 committed by Amitai Schlair
parent b87e46a76d
commit 6b7a2657ae
1 changed files with 1 additions and 1 deletions

View 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