summaryrefslogtreecommitdiff
path: root/comphelper/Library_comphelp.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-16 11:56:03 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-16 11:56:03 +0200
commit50969e01588e6e1c0a7c14dc5c2cb57628957496 (patch)
tree22c6673c6779f6e59e4c50be8bfdfaac28a4026a /comphelper/Library_comphelp.mk
parent10c3243407b0aaf3038d88286fc2c0bb5ee10702 (diff)
Use realpath to avoid pathnames containing symlinks on Cygwin
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 \
))