summaryrefslogtreecommitdiff
path: root/i18npool/CustomTarget_indexentry.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-05-09 09:38:39 +0100
committerNoel Power <noel.power@novell.com>2012-05-09 09:39:19 +0100
commit736170293c1cb9b242a13c6d8cda4e23bf465b3b (patch)
treeb190c81c2cf5f45c725014e7b6089dbdd5173cfc /i18npool/CustomTarget_indexentry.mk
parentf4f4e3c050b117a8bfaa95a865b3b37bcb637516 (diff)
gbuild: remove gb_Helper_abbreviate_dirs_native
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
Diffstat (limited to 'i18npool/CustomTarget_indexentry.mk')
-rw-r--r--i18npool/CustomTarget_indexentry.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/CustomTarget_indexentry.mk b/i18npool/CustomTarget_indexentry.mk
index 681dd4c1e6e7..1968fb6c65ca 100644
--- a/i18npool/CustomTarget_indexentry.mk
+++ b/i18npool/CustomTarget_indexentry.mk
@@ -37,7 +37,7 @@ $(call gb_CustomTarget_get_target,i18npool/indexentry) : \
$(IPIE)/%.cxx : $(SRCDIR)/i18npool/source/indexentry/data/%.txt \
$(call gb_Executable_get_target_for_build,genindex_data) | $(IPIE)/.dir
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),IND,1)
- $(call gb_Helper_abbreviate_dirs_native, \
+ $(call gb_Helper_abbreviate_dirs, \
$(call gb_Helper_execute,genindex_data) $< $@.tmp $* && \
sed 's/\(^.*get_\)/SAL_DLLPUBLIC_EXPORT \1/' $@.tmp > $@ && \
rm $@.tmp)