diff options
Diffstat (limited to 'i18npool/CustomTarget_indexentry.mk')
-rw-r--r-- | i18npool/CustomTarget_indexentry.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/i18npool/CustomTarget_indexentry.mk b/i18npool/CustomTarget_indexentry.mk index 1968fb6c65ca..8a6a63c971ab 100644 --- a/i18npool/CustomTarget_indexentry.mk +++ b/i18npool/CustomTarget_indexentry.mk @@ -28,14 +28,14 @@ $(eval $(call gb_CustomTarget_CustomTarget,i18npool/indexentry)) -IPIE := $(call gb_CustomTarget_get_workdir,i18npool/indexentry) - $(call gb_CustomTarget_get_target,i18npool/indexentry) : \ - $(patsubst %.txt,$(IPIE)/%.cxx,$(notdir \ + $(patsubst %.txt,$(call gb_CustomTarget_get_workdir,i18npool/indexentry)/%.cxx,$(notdir \ $(wildcard $(SRCDIR)/i18npool/source/indexentry/data/*.txt))) -$(IPIE)/%.cxx : $(SRCDIR)/i18npool/source/indexentry/data/%.txt \ - $(call gb_Executable_get_target_for_build,genindex_data) | $(IPIE)/.dir +$(call gb_CustomTarget_get_workdir,i18npool/indexentry)/%.cxx : \ + $(SRCDIR)/i18npool/source/indexentry/data/%.txt \ + $(call gb_Executable_get_target_for_build,genindex_data) \ + | $(call gb_CustomTarget_get_workdir,i18npool/indexentry)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),IND,1) $(call gb_Helper_abbreviate_dirs, \ $(call gb_Helper_execute,genindex_data) $< $@.tmp $* && \ |