summaryrefslogtreecommitdiff
path: root/sc/Library_sc.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 /sc/Library_sc.mk
parent156202b06270a90a4b73370d04401486145076d2 (diff)
gbuild: get rid of realpath in gb_Foo_set_include
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r--sc/Library_sc.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk
index 917d8f058def..3856a0891cd7 100644
--- a/sc/Library_sc.mk
+++ b/sc/Library_sc.mk
@@ -27,10 +27,10 @@ $(eval $(call gb_Library_add_sdi_headers,sc,sc/sdi/scslots))
$(eval $(call gb_Library_set_componentfile,sc,sc/util/sc))
$(eval $(call gb_Library_set_include,sc,\
- -I$(realpath $(SRCDIR)/sc/source/core/inc) \
- -I$(realpath $(SRCDIR)/sc/source/filter/inc) \
- -I$(realpath $(SRCDIR)/sc/source/ui/inc) \
- -I$(realpath $(SRCDIR)/sc/inc) \
+ -I$(SRCDIR)/sc/source/core/inc \
+ -I$(SRCDIR)/sc/source/filter/inc \
+ -I$(SRCDIR)/sc/source/ui/inc \
+ -I$(SRCDIR)/sc/inc \
-I$(WORKDIR)/SdiTarget/sc/sdi \
$$(INCLUDE) \
))
@@ -556,8 +556,8 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
$(eval $(call gb_SdiTarget_SdiTarget,sc/sdi/scslots,sc/sdi/scalc))
$(eval $(call gb_SdiTarget_set_include,sc/sdi/scslots,\
- -I$(realpath $(SRCDIR)/sc/inc) \
- -I$(realpath $(SRCDIR)/sc/sdi) \
+ -I$(SRCDIR)/sc/inc \
+ -I$(SRCDIR)/sc/sdi \
$$(INCLUDE) \
))