summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-16 15:53:01 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-16 15:53:01 +0200
commitbbec8f9484d2f68c5c8211c164610ae4fb08d5c7 (patch)
treea9864ee16a4b966225d92cc0ecbb578cbdfaf940 /tools
parentb321a336a4c6fe86484593a0c1d95a8947ccbf3f (diff)
Revert "Revert "Use realpath to avoid -I options containing symlinks on Cygwin""
This reverts commit 00bfbcf96e5a5bbabe5cfe1811fecc96304a19fe.
Diffstat (limited to 'tools')
-rw-r--r--tools/Library_tl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk
index 180b7bb9ac04..eb832ac5feae 100644
--- a/tools/Library_tl.mk
+++ b/tools/Library_tl.mk
@@ -33,8 +33,8 @@ $(eval $(call gb_Library_add_precompiled_header,tl,$(SRCDIR)/tools/inc/pch/preco
$(eval $(call gb_Library_set_include,tl,\
$$(INCLUDE) \
- -I$(SRCDIR)/tools/inc \
- -I$(SRCDIR)/tools/inc/pch \
+ -I$(realpath $(SRCDIR)/tools/inc) \
+ -I$(realpath $(SRCDIR)/tools/inc/pch) \
-I$(SRCDIR)/solenv/inc \
-I$(SRCDIR)/solenv/inc/Xp31 \
-I$(OUTDIR)/inc/offuh \