summaryrefslogtreecommitdiff
path: root/i18npool/source/indexentry
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-03-05 19:37:01 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-03-10 21:23:21 +0100
commit6c1c06f1c269a75bd36101710c48c55475d91504 (patch)
treeb2c9e1a18a0d252a89b82e80d99eb215729d8665 /i18npool/source/indexentry
parent84b3f7b345eabf3995e4d51055e8d4e26479a6e2 (diff)
gbuild: remove some more realpaths
Where necessary, replace with wildcard, what does not change path.
Diffstat (limited to 'i18npool/source/indexentry')
-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