summaryrefslogtreecommitdiff
path: root/sd/Library_sd.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 /sd/Library_sd.mk
parent156202b06270a90a4b73370d04401486145076d2 (diff)
gbuild: get rid of realpath in gb_Foo_set_include
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r--sd/Library_sd.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 251563319b41..5d5cef47331e 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -30,16 +30,16 @@ $(eval $(call gb_Library_Library,sd))
$(eval $(call gb_SdiTarget_SdiTarget,sd/sdi/sdslots,sd/sdi/sdslots))
$(eval $(call gb_SdiTarget_set_include,sd/sdi/sdslots,\
- -I$(realpath $(SRCDIR)/sd/inc) \
- -I$(realpath $(SRCDIR)/sd/sdi) \
+ -I$(SRCDIR)/sd/inc \
+ -I$(SRCDIR)/sd/sdi \
$$(INCLUDE) \
))
$(eval $(call gb_SdiTarget_SdiTarget,sd/sdi/sdgslots,sd/sdi/sdgslots))
$(eval $(call gb_SdiTarget_set_include,sd/sdi/sdgslots,\
- -I$(realpath $(SRCDIR)/sd/inc) \
- -I$(realpath $(SRCDIR)/sd/sdi) \
+ -I$(SRCDIR)/sd/inc \
+ -I$(SRCDIR)/sd/sdi \
$$(INCLUDE) \
))
@@ -50,9 +50,9 @@ $(eval $(call gb_Library_add_sdi_headers,sd,\
$(eval $(call gb_Library_set_include,sd,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/sd/inc) \
- -I$(realpath $(SRCDIR)/sd/source/ui/inc) \
- -I$(realpath $(SRCDIR)/sd/source/ui/slidesorter/inc) \
+ -I$(SRCDIR)/sd/inc \
+ -I$(SRCDIR)/sd/source/ui/inc \
+ -I$(SRCDIR)/sd/source/ui/slidesorter/inc \
-I$(WORKDIR)/SdiTarget/sd/sdi \
))