From b321a336a4c6fe86484593a0c1d95a8947ccbf3f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 16 Mar 2011 15:52:55 +0200 Subject: Revert "Revert "Use realpath to avoid pathnames containing symlinks on Cygwin"" This reverts commit bac18077450aec272f108bf7e700bfd7fafa33ff. --- comphelper/Library_comphelp.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comphelper/Library_comphelp.mk') 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 \ )) -- cgit