From af130785ee2534644cfb46ceb57b1b9654266b73 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 18 Mar 2011 18:54:05 +0200 Subject: Sprinkle some realpath goodness here, too (cherry picked from commit f60ac8bb5f2a22fa2826cf08589976cb4a259d74) --- sw/Library_swui.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sw/Library_swui.mk') diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk index 10233944ba9c..aee68142ead0 100644 --- a/sw/Library_swui.mk +++ b/sw/Library_swui.mk @@ -28,11 +28,11 @@ $(eval $(call gb_Library_Library,swui)) $(eval $(call gb_Library_set_include,swui,\ - -I$(SRCDIR)/sw/inc \ - -I$(SRCDIR)/sw/inc/pch \ - -I$(SRCDIR)/sw/source/core/inc \ - -I$(SRCDIR)/sw/source/filter/inc \ - -I$(SRCDIR)/sw/source/ui/inc \ + -I$(realpath $(SRCDIR)/sw/inc) \ + -I$(realpath $(SRCDIR)/sw/inc/pch) \ + -I$(realpath $(SRCDIR)/sw/source/core/inc) \ + -I$(realpath $(SRCDIR)/sw/source/filter/inc) \ + -I$(realpath $(SRCDIR)/sw/source/ui/inc) \ -I$(WORKDIR)/SdiTarget/sw/sdi \ -I$(WORKDIR)/Misc/sw \ $$(INCLUDE) \ -- cgit