summaryrefslogtreecommitdiff
path: root/comphelper/Library_comphelp.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-16 15:52:55 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-16 15:52:55 +0200
commitb321a336a4c6fe86484593a0c1d95a8947ccbf3f (patch)
tree22c6673c6779f6e59e4c50be8bfdfaac28a4026a /comphelper/Library_comphelp.mk
parent33c7f9eef6f41ee5374bbc84ecf5cc1b77f547e8 (diff)
Revert "Revert "Use realpath to avoid pathnames containing symlinks on Cygwin""
This reverts commit bac18077450aec272f108bf7e700bfd7fafa33ff.
Diffstat (limited to 'comphelper/Library_comphelp.mk')
-rw-r--r--comphelper/Library_comphelp.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/Library_comphelp.mk b/comphelper/Library_comphelp.mk
index 22258a13e837..7c365bc97cd2 100644
--- a/comphelper/Library_comphelp.mk
+++ b/comphelper/Library_comphelp.mk
@@ -34,8 +34,8 @@ $(eval $(call gb_Library_add_precompiled_header,comphelper,$(SRCDIR)/comphelper/
$(eval $(call gb_Library_set_componentfile,comphelper,comphelper/util/comphelp))
$(eval $(call gb_Library_set_include,comphelper,\
- -I$(SRCDIR)/comphelper/inc/pch \
- -I$(SRCDIR)/comphelper/source/inc \
+ -I$(realpath $(SRCDIR)/comphelper/inc/pch) \
+ -I$(realpath $(SRCDIR)/comphelper/source/inc) \
$$(INCLUDE) \
-I$(OUTDIR)/inc/offuh \
))