summaryrefslogtreecommitdiff
path: root/svl/Library_fsstorage.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-03-05 19:02:10 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-03-10 21:23:20 +0100
commit84b3f7b345eabf3995e4d51055e8d4e26479a6e2 (patch)
tree830a61b90e7b4778534ef88373528caa5d037b33 /svl/Library_fsstorage.mk
parent156202b06270a90a4b73370d04401486145076d2 (diff)
gbuild: get rid of realpath in gb_Foo_set_include
Diffstat (limited to 'svl/Library_fsstorage.mk')
-rw-r--r--svl/Library_fsstorage.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/svl/Library_fsstorage.mk b/svl/Library_fsstorage.mk
index dee7a5ff21c1..4e88d31ff20d 100644
--- a/svl/Library_fsstorage.mk
+++ b/svl/Library_fsstorage.mk
@@ -31,9 +31,9 @@ $(eval $(call gb_Library_Library,fsstorage))
$(eval $(call gb_Library_set_componentfile,fsstorage,svl/source/fsstor/fsstorage))
$(eval $(call gb_Library_set_include,fsstorage,\
- -I$(realpath $(SRCDIR)/svl/inc) \
- -I$(realpath $(SRCDIR)/svl/inc/svl) \
- -I$(realpath $(SRCDIR)/svl/source/inc) \
+ -I$(SRCDIR)/svl/inc \
+ -I$(SRCDIR)/svl/inc/svl \
+ -I$(SRCDIR)/svl/source/inc \
$$(INCLUDE) \
))