Use $(MAKE) in po, as elsewhere in the build.
(cherry picked from commit 26a6c611fe9a32efa437efd07c698116d22b3a31)master
parent
b87e46a76d
commit
6b7a2657ae
|
@ -84,7 +84,7 @@ underlays: ../ikiwiki.out underlays_copy_stamp
|
||||||
../ikiwiki.out -libdir .. -setup underlay.setup -refresh
|
../ikiwiki.out -libdir .. -setup underlay.setup -refresh
|
||||||
|
|
||||||
../ikiwiki.out: ../Makefile
|
../ikiwiki.out: ../Makefile
|
||||||
make -C .. ikiwiki.out
|
$(MAKE) -C .. ikiwiki.out
|
||||||
|
|
||||||
../Makefile: ../Makefile.PL
|
../Makefile: ../Makefile.PL
|
||||||
cd .. && ./Makefile.PL
|
cd .. && ./Makefile.PL
|
||||||
|
|
Loading…
Reference in New Issue