diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-14 21:19:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-14 21:19:05 +0000 |
commit | 8de14bbfbf6070899849226d85b8a9bc1dee449e (patch) | |
tree | 3735ece811f77452faa146030ff399f4295b2330 | |
parent | 4fbecc4874340a2e844a2deecdc49ea2cfa1f620 (diff) |
build: make po target depend on host target
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; \ |