i18npool/CustomTarget_indexentry.mk |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit ca935d5a016f5527422058f23c1bf3cb2917fb0f
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Mon Feb 19 18:19:18 2024 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Mon Feb 19 18:37:49 2024 +0100

    these symbols no longer need to be public
    
    after
        commit de43ed10886ae041b3814f80ef0510f6ac18d515
        Author: Noel Grandin <noel.gran...@collabora.co.uk>
        Date:   Wed Feb 14 10:14:13 2024 +0200
        merge index_data into i18npool
    
    Change-Id: Idae78d824861e382c590b625f9deae48d782ea88
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163601
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/i18npool/CustomTarget_indexentry.mk 
b/i18npool/CustomTarget_indexentry.mk
index 650e66f60eea..3a784a6f5e6d 100644
--- a/i18npool/CustomTarget_indexentry.mk
+++ b/i18npool/CustomTarget_indexentry.mk
@@ -31,9 +31,7 @@ $(call gb_CustomTarget_get_workdir,i18npool/indexentry)/%.cxx 
: \
        $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),IND,1)
        $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),IND)
        $(call gb_Helper_abbreviate_dirs, \
-               $(call gb_Helper_execute,genindex_data) $< $@.tmp $* && \
-               sed 's/\(^.*get_\)/SAL_DLLPUBLIC_EXPORT /' $@.tmp > $@ && \
-               rm $@.tmp)
+               $(call gb_Helper_execute,genindex_data) $< $@ $*)
        $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),IND)
 
 # vim: set noet sw=4 ts=4:

Reply via email to