summaryrefslogtreecommitdiff
path: root/svtools
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 /svtools
parent156202b06270a90a4b73370d04401486145076d2 (diff)
gbuild: get rid of realpath in gb_Foo_set_include
Diffstat (limited to 'svtools')
-rw-r--r--svtools/AllLangResTarget_svt.mk2
-rw-r--r--svtools/Executable_bmp.mk6
-rw-r--r--svtools/Executable_bmpsum.mk4
-rw-r--r--svtools/Executable_g2g.mk4
-rw-r--r--svtools/Library_hatchwindowfactory.mk2
-rw-r--r--svtools/Library_svt.mk6
6 files changed, 12 insertions, 12 deletions
diff --git a/svtools/AllLangResTarget_svt.mk b/svtools/AllLangResTarget_svt.mk
index 615a09b7dd10..a495a70ea2d4 100644
--- a/svtools/AllLangResTarget_svt.mk
+++ b/svtools/AllLangResTarget_svt.mk
@@ -38,7 +38,7 @@ $(eval $(call gb_SrsTarget_SrsTarget,svt/res))
$(eval $(call gb_SrsTarget_set_include,svt/res,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/svtools/source/inc) \
+ -I$(SRCDIR)/svtools/source/inc \
))
$(eval $(call gb_SrsTarget_add_files,svt/res,\
diff --git a/svtools/Executable_bmp.mk b/svtools/Executable_bmp.mk
index 760edee0e869..428a5a14157a 100644
--- a/svtools/Executable_bmp.mk
+++ b/svtools/Executable_bmp.mk
@@ -30,9 +30,9 @@ $(eval $(call gb_Executable_Executable,bmp))
$(eval $(call gb_Executable_set_include,bmp,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/svtools/inc) \
- -I$(realpath $(SRCDIR)/svtools/inc/svtools) \
- -I$(realpath $(SRCDIR)/svtools/source/inc) \
+ -I$(SRCDIR)/svtools/inc \
+ -I$(SRCDIR)/svtools/inc/svtools \
+ -I$(SRCDIR)/svtools/source/inc \
))
$(eval $(call gb_Executable_add_api,bmp,\
diff --git a/svtools/Executable_bmpsum.mk b/svtools/Executable_bmpsum.mk
index d9e003b8becb..569281a3e492 100644
--- a/svtools/Executable_bmpsum.mk
+++ b/svtools/Executable_bmpsum.mk
@@ -30,8 +30,8 @@ $(eval $(call gb_Executable_Executable,bmpsum))
$(eval $(call gb_Executable_set_include,bmpsum,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/svtools/inc) \
- -I$(realpath $(SRCDIR)/svtools/inc/svtools) \
+ -I$(SRCDIR)/svtools/inc \
+ -I$(SRCDIR)/svtools/inc/svtools \
))
$(eval $(call gb_Executable_add_api,bmpsum,\
diff --git a/svtools/Executable_g2g.mk b/svtools/Executable_g2g.mk
index 4a89156a4abb..656aad97e3f9 100644
--- a/svtools/Executable_g2g.mk
+++ b/svtools/Executable_g2g.mk
@@ -30,8 +30,8 @@ $(eval $(call gb_Executable_Executable,g2g))
$(eval $(call gb_Executable_set_include,g2g,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/svtools/inc) \
- -I$(realpath $(SRCDIR)/svtools/inc/svtools) \
+ -I$(SRCDIR)/svtools/inc \
+ -I$(SRCDIR)/svtools/inc/svtools \
))
$(eval $(call gb_Executable_add_api,g2g,\
diff --git a/svtools/Library_hatchwindowfactory.mk b/svtools/Library_hatchwindowfactory.mk
index 712e81f8c4e6..25f696998598 100644
--- a/svtools/Library_hatchwindowfactory.mk
+++ b/svtools/Library_hatchwindowfactory.mk
@@ -32,7 +32,7 @@ $(eval $(call gb_Library_set_componentfile,hatchwindowfactory,svtools/source/hat
$(eval $(call gb_Library_set_include,hatchwindowfactory,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/svtools/inc) \
+ -I$(SRCDIR)/svtools/inc \
))
$(eval $(call gb_Library_add_api,hatchwindowfactory,\
diff --git a/svtools/Library_svt.mk b/svtools/Library_svt.mk
index 48a1c14cc6ee..653d4adab615 100644
--- a/svtools/Library_svt.mk
+++ b/svtools/Library_svt.mk
@@ -39,9 +39,9 @@ $(eval $(call gb_Library_add_api,svt,\
$(eval $(call gb_Library_set_include,svt,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/svtools/inc/svtools) \
- -I$(realpath $(SRCDIR)/svtools/source/inc) \
- -I$(realpath $(SRCDIR)/svtools/inc) \
+ -I$(SRCDIR)/svtools/inc/svtools \
+ -I$(SRCDIR)/svtools/source/inc \
+ -I$(SRCDIR)/svtools/inc \
))
$(eval $(call gb_Library_add_defs,svt,\