diff options
author | Sabyasachi Bhoi <sabyabhoi@gmail.com> | 2021-11-04 13:55:07 +0530 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-11-04 10:48:24 +0100 |
commit | 3829c0c7db8768ca05f148e8f5c271ddb56d5bae (patch) | |
tree | 36b418b18846205ce52a488b86c34d2dd422be24 /librelogo | |
parent | c0597c3126d6be683bd2085d1213b8b47f431558 (diff) |
Resolves: tdf#97046 ensure build system variables start with gb_
Change the variable name: var2file to gb_var2file
Change-Id: Ib7d64b76cfe10e6c2df1a176674a360b28704070
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124666
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'librelogo')
-rw-r--r-- | librelogo/CustomTarget_librelogo.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librelogo/CustomTarget_librelogo.mk b/librelogo/CustomTarget_librelogo.mk index c60997d3155c..023637885891 100644 --- a/librelogo/CustomTarget_librelogo.mk +++ b/librelogo/CustomTarget_librelogo.mk @@ -39,7 +39,7 @@ $(librelogo_DIR)/LibreLogo_%.properties : \ $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),PRP) $(call gb_Helper_abbreviate_dirs, \ $(if $(filter-out qtz,$(LANGUAGE)), \ - MERGEINPUT=$(call var2file,$(shell $(gb_MKTEMP)),100,$(POFILE)) && \ + MERGEINPUT=$(call gb_var2file,$(shell $(gb_MKTEMP)),100,$(POFILE)) && \ $(call gb_Executable_get_command,propex) \ -i $(SOURCE) \ -o $@ \ |