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 --- wizards/CustomTarget_wizards.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizards') diff --git a/wizards/CustomTarget_wizards.mk b/wizards/CustomTarget_wizards.mk index 6dac016e6bdf..f6a3269ce4f5 100644 --- a/wizards/CustomTarget_wizards.mk +++ b/wizards/CustomTarget_wizards.mk @@ -39,7 +39,7 @@ $(wizards_DIR)/resources_%.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