summaryrefslogtreecommitdiff
path: root/lingucomponent
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 /lingucomponent
parent156202b06270a90a4b73370d04401486145076d2 (diff)
gbuild: get rid of realpath in gb_Foo_set_include
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/Library_MacOSXSpell.mk2
-rw-r--r--lingucomponent/Library_hyphen.mk2
-rw-r--r--lingucomponent/Library_lnth.mk2
-rw-r--r--lingucomponent/Library_spell.mk2
4 files changed, 4 insertions, 4 deletions
diff --git a/lingucomponent/Library_MacOSXSpell.mk b/lingucomponent/Library_MacOSXSpell.mk
index 57c064089ae5..9245cbccdfac 100644
--- a/lingucomponent/Library_MacOSXSpell.mk
+++ b/lingucomponent/Library_MacOSXSpell.mk
@@ -31,7 +31,7 @@ $(eval $(call gb_Library_set_componentfile,MacOSXSpell,lingucomponent/source/spe
$(eval $(call gb_Library_set_include,MacOSXSpell,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/lingucomponent/source/lingutil) \
+ -I$(SRCDIR)/lingucomponent/source/lingutil \
))
$(eval $(call gb_Library_add_api,MacOSXSpell,\
diff --git a/lingucomponent/Library_hyphen.mk b/lingucomponent/Library_hyphen.mk
index b75e6c2d9553..781d39337a16 100644
--- a/lingucomponent/Library_hyphen.mk
+++ b/lingucomponent/Library_hyphen.mk
@@ -31,7 +31,7 @@ $(eval $(call gb_Library_set_componentfile,hyphen,lingucomponent/source/hyphenat
$(eval $(call gb_Library_set_include,hyphen,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/lingucomponent/source/lingutil) \
+ -I$(SRCDIR)/lingucomponent/source/lingutil \
))
$(eval $(call gb_Library_add_api,hyphen,\
diff --git a/lingucomponent/Library_lnth.mk b/lingucomponent/Library_lnth.mk
index e659dbf0bb2f..88ade12bee7e 100644
--- a/lingucomponent/Library_lnth.mk
+++ b/lingucomponent/Library_lnth.mk
@@ -31,7 +31,7 @@ $(eval $(call gb_Library_set_componentfile,lnth,lingucomponent/source/thesaurus/
$(eval $(call gb_Library_set_include,lnth,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/lingucomponent/source/lingutil) \
+ -I$(SRCDIR)/lingucomponent/source/lingutil \
))
$(eval $(call gb_Library_add_api,lnth,\
diff --git a/lingucomponent/Library_spell.mk b/lingucomponent/Library_spell.mk
index f7aa80432314..8085fc382833 100644
--- a/lingucomponent/Library_spell.mk
+++ b/lingucomponent/Library_spell.mk
@@ -31,7 +31,7 @@ $(eval $(call gb_Library_set_componentfile,spell,lingucomponent/source/spellchec
$(eval $(call gb_Library_set_include,spell,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/lingucomponent/source/lingutil) \
+ -I$(SRCDIR)/lingucomponent/source/lingutil \
))
$(eval $(call gb_Library_add_api,spell,\