summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-16 13:38:50 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-16 13:38:50 +0200
commit6e92eb906f645fbc9527273056f60edafaabffd3 (patch)
tree22c6673c6779f6e59e4c50be8bfdfaac28a4026a /tools
parent75619ad34c2312de001fd3938e5206df3b618eb2 (diff)
Revert "Use realpath to avoid -I options containing symlinks on Cygwin"
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 eb832ac5feae..180b7bb9ac04 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$(realpath $(SRCDIR)/tools/inc) \
- -I$(realpath $(SRCDIR)/tools/inc/pch) \
+ -I$(SRCDIR)/tools/inc \
+ -I$(SRCDIR)/tools/inc/pch \
-I$(SRCDIR)/solenv/inc \
-I$(SRCDIR)/solenv/inc/Xp31 \
-I$(OUTDIR)/inc/offuh \