summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2024-02-19 18:19:18 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-02-19 18:37:49 +0100
commitca935d5a016f5527422058f23c1bf3cb2917fb0f (patch)
tree0c33aabb9d96e9f1d14e64d983e5e61f106f6424 /i18npool
parentc7ef4b2757a5219e12a9b6a5c68b3512026d1ade (diff)
these symbols no longer need to be public
after commit de43ed10886ae041b3814f80ef0510f6ac18d515 Author: Noel Grandin <noel.grandin@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.grandin@collabora.co.uk>
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/CustomTarget_indexentry.mk4
1 files changed, 1 insertions, 3 deletions
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 \1/' $@.tmp > $@ && \
- rm $@.tmp)
+ $(call gb_Helper_execute,genindex_data) $< $@ $*)
$(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),IND)
# vim: set noet sw=4 ts=4: