From 84b3f7b345eabf3995e4d51055e8d4e26479a6e2 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Mon, 5 Mar 2012 19:02:10 +0100 Subject: gbuild: get rid of realpath in gb_Foo_set_include --- writerperfect/Library_cdrimport.mk | 2 +- writerperfect/Library_msworks.mk | 2 +- writerperfect/Library_visioimport.mk | 2 +- writerperfect/Library_wpft.mk | 2 +- writerperfect/Library_wpgimport.mk | 2 +- writerperfect/StaticLibrary_writerperfect.mk | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'writerperfect') 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,\ -- cgit