diff options
Diffstat (limited to 'solenv/gbuild/UI.mk')
-rw-r--r-- | solenv/gbuild/UI.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/gbuild/UI.mk b/solenv/gbuild/UI.mk index 744524e13497..1662481391a8 100644 --- a/solenv/gbuild/UI.mk +++ b/solenv/gbuild/UI.mk @@ -13,8 +13,8 @@ gb_UILocalizeTarget_WORKDIR := $(WORKDIR)/UILocalizeTarget -gb_UILocalizeTarget_DEPS = $(call gb_Executable_get_runtime_dependencies,uiex) -gb_UILocalizeTarget_COMMAND = $(call gb_Executable_get_command,uiex) +gb_UILocalizeTarget_DEPS := $(call gb_Executable_get_runtime_dependencies,uiex) +gb_UILocalizeTarget_COMMAND := $(call gb_Executable_get_command,uiex) # If translatable strings from a .ui file are not merged into the # respective .po file yet, the produced translated files are empty (that |