From 8de14bbfbf6070899849226d85b8a9bc1dee449e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 14 May 2009 21:19:05 +0000 Subject: [PATCH] build: make po target depend on host target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4abb358b2..0f0d3aabc 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ uvldocs: hostenv build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) \ "build/uvldoc $(realpath host) $(UVL_SCHEMEDIR) uvldocs $(DOCS)" -po: +po: host for L in $${LANGUAGE:-$$(find i18n/ -path 'i18n/*/luasrc/i18n/*' -name 'default.*.lua' | \ sed -e 's!.*/default\.\(.*\)\.lua!\1!')}; do \ build/i18n-lua2po.pl . $(realpath host)/po $$L; \ -- 2.11.0