diff options
author | David Tardon <dtardon@redhat.com> | 2011-08-18 13:35:07 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-08-18 13:37:36 +0200 |
commit | 0ad00eabb10d7412cda3e58bf2c387f7dbf6b949 (patch) | |
tree | a667669c0e6f255199b6c1583bc83a8460b6f3a3 /i18npool | |
parent | 2cce29a36d857b8e0bdf139bc1823681ae23c08c (diff) |
realpath is not necessary here
(moreover, its use breaks parallel build ;-)
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/Library_i18npool.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/Library_i18npool.mk b/i18npool/Library_i18npool.mk index 8ba0b9b3528c..5769cf9fa478 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,\ |