From 6c1c06f1c269a75bd36101710c48c55475d91504 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Mon, 5 Mar 2012 19:37:01 +0100 Subject: gbuild: remove some more realpaths Where necessary, replace with wildcard, what does not change path. --- starmath/JunitTest_starmath_unoapi.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'starmath/JunitTest_starmath_unoapi.mk') diff --git a/starmath/JunitTest_starmath_unoapi.mk b/starmath/JunitTest_starmath_unoapi.mk index 8a203361c081..a59c6669ff1a 100644 --- a/starmath/JunitTest_starmath_unoapi.mk +++ b/starmath/JunitTest_starmath_unoapi.mk @@ -30,9 +30,9 @@ $(eval $(call gb_JunitTest_JunitTest,starmath_unoapi)) $(eval $(call gb_JunitTest_set_defs,starmath_unoapi,\ $$(DEFS) \ - -Dorg.openoffice.test.arg.sce=$(realpath $(SRCDIR)/starmath/qa/unoapi/sm.sce) \ - -Dorg.openoffice.test.arg.xcl=$(realpath $(SRCDIR)/starmath/qa/unoapi/knownissues.xcl) \ - -Dorg.openoffice.test.arg.tdoc=$(realpath $(SRCDIR)/starmath/qa/unoapi/testdocuments) \ + -Dorg.openoffice.test.arg.sce=$(SRCDIR)/starmath/qa/unoapi/sm.sce \ + -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/starmath/qa/unoapi/knownissues.xcl \ + -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/starmath/qa/unoapi/testdocuments \ )) $(eval $(call gb_JunitTest_add_jars,starmath_unoapi,\ -- cgit