summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-17 14:31:33 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-17 14:31:33 +0200
commit29499a91c300e9cde8955537f1abfc1386e66e78 (patch)
tree8f166fd8ad998ea8b2ec585aea7402a8d40ef3c3 /framework
parent2f8f972e8c9a0b6d22412875402824e35988e6af (diff)
Sprinke some realpath goodness here, too
Diffstat (limited to 'framework')
-rwxr-xr-xframework/Library_fwm.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/Library_fwm.mk b/framework/Library_fwm.mk
index a0d53102ab..3ffb97ef2f 100755
--- a/framework/Library_fwm.mk
+++ b/framework/Library_fwm.mk
@@ -30,9 +30,9 @@ $(eval $(call gb_Library_Library,fwm))
$(eval $(call gb_Library_set_componentfile,fwm,framework/util/fwm))
$(eval $(call gb_Library_set_include,fwm,\
- -I$(SRCDIR)/framework/inc/pch \
- -I$(SRCDIR)/framework/inc \
- -I$(SRCDIR)/framework/source/inc \
+ -I$(realpath $(SRCDIR)/framework/inc/pch) \
+ -I$(realpath $(SRCDIR)/framework/inc) \
+ -I$(realpath $(SRCDIR)/framework/source/inc) \
-I$(WORKDIR)/inc/framework/ \
$$(INCLUDE) \
-I$(OUTDIR)/inc/framework \