summaryrefslogtreecommitdiff
path: root/i18npool/source/indexentry/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/source/indexentry/Makefile')
-rw-r--r--i18npool/source/indexentry/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/indexentry/Makefile b/i18npool/source/indexentry/Makefile
index dac5c271cf41..4f86bedfa492 100644
--- a/i18npool/source/indexentry/Makefile
+++ b/i18npool/source/indexentry/Makefile
@@ -34,7 +34,7 @@ include $(GBUILDDIR)/gbuild_simple.mk
%.cxx : %_invis.cxx
sed 's/\(^.*get_\)/SAL_DLLPUBLIC_EXPORT \1/' $< > $@
-%_invis.cxx : $(realpath $(SRC_ROOT)/i18npool/source/indexentry/data)/%.txt
+%_invis.cxx : $(SRCDIR)/i18npool/source/indexentry/data/%.txt
ifeq ($(OS_FOR_BUILD),WNT)
$(call gb_Helper_execute,genindex_data `cygpath -m $<` $@ $*)
else