summaryrefslogtreecommitdiff
path: root/i18npool/source/collator
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/collator
parent84b3f7b345eabf3995e4d51055e8d4e26479a6e2 (diff)
gbuild: remove some more realpaths
Where necessary, replace with wildcard, what does not change path.
Diffstat (limited to 'i18npool/source/collator')
-rw-r--r--i18npool/source/collator/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/source/collator/Makefile b/i18npool/source/collator/Makefile
index fb9a8dc48964..f81880cd8e65 100644
--- a/i18npool/source/collator/Makefile
+++ b/i18npool/source/collator/Makefile
@@ -26,7 +26,7 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
-txtlist := $(wildcard $(realpath $(SRC_ROOT)/i18npool/source/collator/data)/*.txt)
+txtlist := $(wildcard $(SRCDIR)/i18npool/source/collator/data/*.txt)
all : lrl_include.hxx $(patsubst %.txt,collator_%.cxx,$(notdir $(txtlist)))
@@ -35,7 +35,7 @@ include $(GBUILDDIR)/gbuild_simple.mk
collator_%.cxx : collator_%_invis.cxx
sed 's/\(^.*get_\)/SAL_DLLPUBLIC_EXPORT \1/' $< > $@
-collator_%_invis.cxx : $(realpath $(SRC_ROOT)/i18npool/source/collator/data)/%.txt
+collator_%_invis.cxx : $(SRCDIR)/i18npool/source/collator/data/%.txt
ifeq ($(OS_FOR_BUILD),WNT)
$(call gb_Helper_execute,gencoll_rule `cygpath -m $<` $@ $*)
else