summaryrefslogtreecommitdiff
path: root/sw/Library_swd.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-18 18:54:05 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-21 10:12:42 +0200
commitaf130785ee2534644cfb46ceb57b1b9654266b73 (patch)
treed9aef13a3b9b2075c617e911ab8df4ca2c3a82a5 /sw/Library_swd.mk
parent7a1438d58589030b43a50dec9abfa35a6350ba87 (diff)
Sprinkle some realpath goodness here, too
(cherry picked from commit f60ac8bb5f2a22fa2826cf08589976cb4a259d74)
Diffstat (limited to 'sw/Library_swd.mk')
-rw-r--r--sw/Library_swd.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/Library_swd.mk b/sw/Library_swd.mk
index 3a76b87ea209..97edee8da0eb 100644
--- a/sw/Library_swd.mk
+++ b/sw/Library_swd.mk
@@ -33,11 +33,11 @@ $(eval $(call gb_Library_set_include,swd,\
$$(INCLUDE) \
-I$(WORKDIR)/inc/sw/sdi \
-I$(WORKDIR)/inc/sw \
- -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$(OUTDIR)/inc/offuh \
))