summaryrefslogtreecommitdiff
path: root/solenv/gbuild/Configuration.mk
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-11-24 00:11:01 +0100
committerAndras Timar <atimar@suse.com>2012-11-24 01:14:42 +0100
commitd1bfce298bb0414cafcd94cc8cd4694bdc3b4811 (patch)
tree57fa610d62f9d3eec30092c6c09acd7e7d8157a0 /solenv/gbuild/Configuration.mk
parent1994d859e3fd1ccbf41fad0afddba7d8a514a63d (diff)
missing po files should not don't break the build
Change-Id: I686341c79e77f16c6a4cd81cf9fedcd25c4e4996
Diffstat (limited to 'solenv/gbuild/Configuration.mk')
-rw-r--r--solenv/gbuild/Configuration.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/Configuration.mk b/solenv/gbuild/Configuration.mk
index 95f20e3e5959..84b9faba3cd0 100644
--- a/solenv/gbuild/Configuration.mk
+++ b/solenv/gbuild/Configuration.mk
@@ -282,6 +282,7 @@ $(call gb_XcuMergeTarget_get_target,$(1)) : \
$(wildcard $(foreach lang,$(filter-out en-US,$(gb_WITH_LANG)),$(gb_POLOCATION)/$(lang)/$(patsubst %/,%,$(dir $(1))).po))
$(call gb_XcuMergeTarget_get_target,$(1)) : \
POFILES := $(foreach lang,$(filter-out en-US,$(gb_WITH_LANG)),$(gb_POLOCATION)/$(lang)/$(patsubst %/,%,$(dir $(1))).po)
+$(foreach lang,$(filter-out en-US,$(gb_WITH_LANG)),$(gb_POLOCATION)/$(lang)/$(patsubst %/,%,$(dir $(1))).po) :
endef