[Libreoffice-commits] .: i18npool/Library_i18npool.mk
David Tardon
dtardon at kemper.freedesktop.org
Thu Aug 18 04:37:44 PDT 2011
i18npool/Library_i18npool.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0ad00eabb10d7412cda3e58bf2c387f7dbf6b949
Author: David Tardon <dtardon at redhat.com>
Date: Thu Aug 18 13:35:07 2011 +0200
realpath is not necessary here
(moreover, its use breaks parallel build ;-)
diff --git a/i18npool/Library_i18npool.mk b/i18npool/Library_i18npool.mk
index 8ba0b9b..5769cf9 100644
--- a/i18npool/Library_i18npool.mk
+++ b/i18npool/Library_i18npool.mk
@@ -38,7 +38,7 @@ $(eval $(call gb_Library_set_include,i18npool,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/i18npool/inc) \
-I$(realpath $(SRCDIR)/i18npool/inc/pch) \
- -I$(realpath $(WORKDIR)/CustomTarget/i18npool/source/collator) \
+ -I$(WORKDIR)/CustomTarget/i18npool/source/collator \
))
$(eval $(call gb_Library_add_api,i18npool,\
More information about the Libreoffice-commits
mailing list