sw/CppunitTest_sw_ooxmlexport.mk | 2 +- sw/CppunitTest_sw_ooxmlexport2.mk | 2 +- sw/CppunitTest_sw_ooxmlexport3.mk | 2 +- sw/CppunitTest_sw_ooxmlexport4.mk | 2 +- sw/CppunitTest_sw_ooxmlexport5.mk | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-)
New commits: commit 6fc89b66dfe24825993993731878cbbb1121d803 Author: LuboÅ¡ LuÅák <[email protected]> Date: Tue Aug 19 18:29:40 2014 +0200 try to fix windows build Change-Id: I7620d71fe34b5f7bbd9bf9bf63b634d85cdb4d6c diff --git a/sw/CppunitTest_sw_ooxmlexport.mk b/sw/CppunitTest_sw_ooxmlexport.mk index c7467a3..d3e7ac1 100644 --- a/sw/CppunitTest_sw_ooxmlexport.mk +++ b/sw/CppunitTest_sw_ooxmlexport.mk @@ -12,6 +12,6 @@ include $(SRCDIR)/sw/ooxmlexport_setup.mk # empty second argument (i.e. no 1) -$(call sw_ooxmlexport_test,) +$(eval $(call sw_ooxmlexport_test,)) # vim: set noet sw=4 ts=4: diff --git a/sw/CppunitTest_sw_ooxmlexport2.mk b/sw/CppunitTest_sw_ooxmlexport2.mk index c656aba..7dbc8b3 100644 --- a/sw/CppunitTest_sw_ooxmlexport2.mk +++ b/sw/CppunitTest_sw_ooxmlexport2.mk @@ -11,6 +11,6 @@ include $(SRCDIR)/sw/ooxmlexport_setup.mk -$(call sw_ooxmlexport_test,2) +$eval( $(call sw_ooxmlexport_test,2)) # vim: set noet sw=4 ts=4: diff --git a/sw/CppunitTest_sw_ooxmlexport3.mk b/sw/CppunitTest_sw_ooxmlexport3.mk index 13f3508..42b0e51 100644 --- a/sw/CppunitTest_sw_ooxmlexport3.mk +++ b/sw/CppunitTest_sw_ooxmlexport3.mk @@ -11,6 +11,6 @@ include $(SRCDIR)/sw/ooxmlexport_setup.mk -$(call sw_ooxmlexport_test,3) +$eval( $(call sw_ooxmlexport_test,3)) # vim: set noet sw=4 ts=4: diff --git a/sw/CppunitTest_sw_ooxmlexport4.mk b/sw/CppunitTest_sw_ooxmlexport4.mk index 951b595..129a946 100644 --- a/sw/CppunitTest_sw_ooxmlexport4.mk +++ b/sw/CppunitTest_sw_ooxmlexport4.mk @@ -11,6 +11,6 @@ include $(SRCDIR)/sw/ooxmlexport_setup.mk -$(call sw_ooxmlexport_test,4) +$eval( $(call sw_ooxmlexport_test,4)) # vim: set noet sw=4 ts=4: diff --git a/sw/CppunitTest_sw_ooxmlexport5.mk b/sw/CppunitTest_sw_ooxmlexport5.mk index ea8cf65..a84562f 100644 --- a/sw/CppunitTest_sw_ooxmlexport5.mk +++ b/sw/CppunitTest_sw_ooxmlexport5.mk @@ -11,6 +11,6 @@ include $(SRCDIR)/sw/ooxmlexport_setup.mk -$(call sw_ooxmlexport_test,5) +$eval( $(call sw_ooxmlexport_test,5)) # vim: set noet sw=4 ts=4:
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
