summaryrefslogtreecommitdiff
path: root/i18npool/source/collator/Makefile
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-08-19 09:32:18 +0200
committerJan Holesovsky <kendy@suse.cz>2011-08-19 09:37:47 +0200
commit534b3bccfd573a6bf4fa5e652d10c8c3796beb7a (patch)
treef48e728a87c521e3de6a1810b72030b861e1fe38 /i18npool/source/collator/Makefile
parent8348732753940a9d1d59d321b5e1832f782feb34 (diff)
Fix i18npool build on Windows.
Diffstat (limited to 'i18npool/source/collator/Makefile')
-rw-r--r--i18npool/source/collator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/collator/Makefile b/i18npool/source/collator/Makefile
index 87740d265cdb..4d1ed240547d 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 $(SRC_ROOT)/i18npool/source/collator/data/*.txt)
+txtlist := $(wildcard $(realpath $(SRC_ROOT)/i18npool/source/collator/data)/*.txt)
all : lrl_include.hxx $(patsubst %.txt,collator_%.cxx,$(notdir $(txtlist)))