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 /officecfg | |
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 'officecfg')
-rw-r--r-- | officecfg/CustomTarget_registry.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/CustomTarget_registry.mk b/officecfg/CustomTarget_registry.mk index 3f19735e1cc6..77803b60a25b 100644 --- a/officecfg/CustomTarget_registry.mk +++ b/officecfg/CustomTarget_registry.mk @@ -30,7 +30,7 @@ ifeq ($(HAVE_GNUMAKE_FILE_FUNC),) $(foreach file,$(officecfg_XCSFILES),\ && echo "#include <officecfg/$(file).hxx>" >> $@) else - mv $(call var2file,$(shell mkdir -p $(dir $@) && cat /dev/null >$@.tmp && echo $@.tmp),100,$(foreach file,$(officecfg_XCSFILES),$(call officecfg_geninclude,$(file)))) $@ + mv $(call gb_var2file,$(shell mkdir -p $(dir $@) && cat /dev/null >$@.tmp && echo $@.tmp),100,$(foreach file,$(officecfg_XCSFILES),$(call officecfg_geninclude,$(file)))) $@ endif $(call gb_Trace_EndRange,officecfg_qa_allheaders.hxx,CAT) |