From 3829c0c7db8768ca05f148e8f5c271ddb56d5bae Mon Sep 17 00:00:00 2001 From: Sabyasachi Bhoi Date: Thu, 4 Nov 2021 13:55:07 +0530 Subject: 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 --- librelogo/CustomTarget_librelogo.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librelogo') 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 $@ \ -- cgit