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 --- basegfx/Library_basegfx.mk | 4 ++-- basegfx/StaticLibrary_basegfx_s.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'basegfx') diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk index 0dc5f9095715..422309542fa5 100644 --- a/basegfx/Library_basegfx.mk +++ b/basegfx/Library_basegfx.mk @@ -31,8 +31,8 @@ $(eval $(call gb_Library_Library,basegfx)) $(eval $(call gb_Library_add_package_headers,basegfx,basegfx_inc)) $(eval $(call gb_Library_set_include,basegfx,\ - -I$(realpath $(SRCDIR)/basegfx/inc) \ - -I$(realpath $(SRCDIR)/basegfx/source/inc) \ + -I$(SRCDIR)/basegfx/inc \ + -I$(SRCDIR)/basegfx/source/inc \ $$(INCLUDE) \ )) diff --git a/basegfx/StaticLibrary_basegfx_s.mk b/basegfx/StaticLibrary_basegfx_s.mk index 001417f12d5c..2102ccb40c0b 100644 --- a/basegfx/StaticLibrary_basegfx_s.mk +++ b/basegfx/StaticLibrary_basegfx_s.mk @@ -31,8 +31,8 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,basegfx_s)) $(eval $(call gb_StaticLibrary_add_package_headers,basegfx_s,basegfx_inc)) $(eval $(call gb_StaticLibrary_set_include,basegfx_s,\ - -I$(realpath $(SRCDIR)/basegfx/inc) \ - -I$(realpath $(SRCDIR)/basegfx/source/inc) \ + -I$(SRCDIR)/basegfx/inc \ + -I$(SRCDIR)/basegfx/source/inc \ $$(INCLUDE) \ )) -- cgit