diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-03-05 19:02:10 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-03-10 21:23:20 +0100 |
commit | 84b3f7b345eabf3995e4d51055e8d4e26479a6e2 (patch) | |
tree | 830a61b90e7b4778534ef88373528caa5d037b33 /writerperfect | |
parent | 156202b06270a90a4b73370d04401486145076d2 (diff) |
gbuild: get rid of realpath in gb_Foo_set_include
Diffstat (limited to 'writerperfect')
-rw-r--r-- | writerperfect/Library_cdrimport.mk | 2 | ||||
-rw-r--r-- | writerperfect/Library_msworks.mk | 2 | ||||
-rw-r--r-- | writerperfect/Library_visioimport.mk | 2 | ||||
-rw-r--r-- | writerperfect/Library_wpft.mk | 2 | ||||
-rw-r--r-- | writerperfect/Library_wpgimport.mk | 2 | ||||
-rw-r--r-- | writerperfect/StaticLibrary_writerperfect.mk | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/writerperfect/Library_cdrimport.mk b/writerperfect/Library_cdrimport.mk index 7904b3c559b0..8688f8a86b11 100644 --- a/writerperfect/Library_cdrimport.mk +++ b/writerperfect/Library_cdrimport.mk @@ -32,7 +32,7 @@ $(eval $(call gb_Library_set_componentfile,cdrimport,writerperfect/util/cdrfilte $(eval $(call gb_Library_set_include,cdrimport,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/writerperfect/source) \ + -I$(SRCDIR)/writerperfect/source \ )) $(eval $(call gb_Library_add_api,cdrimport,\ diff --git a/writerperfect/Library_msworks.mk b/writerperfect/Library_msworks.mk index 5b1007f10464..a958a343006d 100644 --- a/writerperfect/Library_msworks.mk +++ b/writerperfect/Library_msworks.mk @@ -32,7 +32,7 @@ $(eval $(call gb_Library_set_componentfile,msworks,writerperfect/util/msworksfil $(eval $(call gb_Library_set_include,msworks,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/writerperfect/source) \ + -I$(SRCDIR)/writerperfect/source \ )) $(eval $(call gb_Library_add_api,msworks,\ diff --git a/writerperfect/Library_visioimport.mk b/writerperfect/Library_visioimport.mk index 00361107604e..b36d95e2360e 100644 --- a/writerperfect/Library_visioimport.mk +++ b/writerperfect/Library_visioimport.mk @@ -32,7 +32,7 @@ $(eval $(call gb_Library_set_componentfile,visioimport,writerperfect/util/visiof $(eval $(call gb_Library_set_include,visioimport,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/writerperfect/source) \ + -I$(SRCDIR)/writerperfect/source \ )) $(eval $(call gb_Library_add_api,visioimport,\ diff --git a/writerperfect/Library_wpft.mk b/writerperfect/Library_wpft.mk index 51c188d9473d..853536fed268 100644 --- a/writerperfect/Library_wpft.mk +++ b/writerperfect/Library_wpft.mk @@ -32,7 +32,7 @@ $(eval $(call gb_Library_set_componentfile,wpft,writerperfect/util/wpft)) $(eval $(call gb_Library_set_include,wpft,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/writerperfect/source) \ + -I$(SRCDIR)/writerperfect/source \ )) $(eval $(call gb_Library_add_api,wpft,\ diff --git a/writerperfect/Library_wpgimport.mk b/writerperfect/Library_wpgimport.mk index 7d7883bcd63c..43a0064d3ef7 100644 --- a/writerperfect/Library_wpgimport.mk +++ b/writerperfect/Library_wpgimport.mk @@ -32,7 +32,7 @@ $(eval $(call gb_Library_set_componentfile,wpgimport,writerperfect/util/wpgfilte $(eval $(call gb_Library_set_include,wpgimport,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/writerperfect/source) \ + -I$(SRCDIR)/writerperfect/source \ )) $(eval $(call gb_Library_add_api,wpgimport,\ diff --git a/writerperfect/StaticLibrary_writerperfect.mk b/writerperfect/StaticLibrary_writerperfect.mk index 3c969a0de488..4ff3e51acad3 100644 --- a/writerperfect/StaticLibrary_writerperfect.mk +++ b/writerperfect/StaticLibrary_writerperfect.mk @@ -30,7 +30,7 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,writerperfect)) $(eval $(call gb_StaticLibrary_set_include,writerperfect,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/writerperfect/source) \ + -I$(SRCDIR)/writerperfect/source \ )) $(eval $(call gb_StaticLibrary_use_externals,writerperfect,\ |