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 --- sc/CppunitTest_sc_macros_test.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/CppunitTest_sc_macros_test.mk') diff --git a/sc/CppunitTest_sc_macros_test.mk b/sc/CppunitTest_sc_macros_test.mk index e9837156dfc7..3ae09b9fe78e 100644 --- a/sc/CppunitTest_sc_macros_test.mk +++ b/sc/CppunitTest_sc_macros_test.mk @@ -69,8 +69,8 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sc_macros_test, \ )) $(eval $(call gb_CppunitTest_set_include,sc_macros_test,\ - -I$(realpath $(SRCDIR)/sc/source/ui/inc) \ - -I$(realpath $(SRCDIR)/sc/inc) \ + -I$(SRCDIR)/sc/source/ui/inc \ + -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) -- cgit v1.2.3