[Libreoffice-commits] .: Branch 'integration/dev300_m101' - sot/Library_sot.mk
Tor Lillqvist
tml at kemper.freedesktop.org
Wed Mar 16 09:01:37 PDT 2011
sot/Library_sot.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8899ff69f7ed9df007e5e2de3d6ca7e4fb5f0a4d
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Wed Mar 16 18:01:29 2011 +0200
Use realpath to avoid -I options containing symlinks on Cygwin
diff --git a/sot/Library_sot.mk b/sot/Library_sot.mk
index e6a0018..5167953 100644
--- a/sot/Library_sot.mk
+++ b/sot/Library_sot.mk
@@ -34,7 +34,7 @@ $(eval $(call gb_Library_add_precompiled_header,sot,$(SRCDIR)/sot/inc/pch/precom
$(eval $(call gb_Library_set_componentfile,sot,sot/util/sot))
$(eval $(call gb_Library_set_include,sot,\
- -I$(SRCDIR)/sot/inc/pch \
+ -I$(realpath $(SRCDIR)/sot/inc/pch) \
$$(INCLUDE) \
-I$(OUTDIR)/inc/offuh \
))
More information about the Libreoffice-commits
mailing list