[Libreoffice-commits] .: Branch 'integration/dev300_m101' - tools/Library_tl.mk

Tor Lillqvist tml at kemper.freedesktop.org
Wed Mar 16 04:26:27 PDT 2011


 tools/Library_tl.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e8701a1e09559ca8b52e39d5ee4da45237f099f8
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Wed Mar 16 13:24:15 2011 +0200

    Use realpath to avoid -I options containing symlinks on Cygwin

diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk
index 180b7bb..eb832ac 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 \


More information about the Libreoffice-commits mailing list