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_tableautoformatfield.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/CppunitTest_sc_tableautoformatfield.mk') diff --git a/sc/CppunitTest_sc_tableautoformatfield.mk b/sc/CppunitTest_sc_tableautoformatfield.mk index 5cb9762aa38f..70564293e111 100644 --- a/sc/CppunitTest_sc_tableautoformatfield.mk +++ b/sc/CppunitTest_sc_tableautoformatfield.mk @@ -73,8 +73,8 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sc_tableautoformatfield, \ )) $(eval $(call gb_CppunitTest_set_include,sc_tableautoformatfield,\ - -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