summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2014-08-19 18:29:40 +0200
committerLuboš Luňák <l.lunak@collabora.com>2014-08-19 18:30:11 +0200
commit6fc89b66dfe24825993993731878cbbb1121d803 (patch)
tree69d5f4ef4f48f376d01d8b99d5fb3b5ba820816b /sw
parent749f7548b4ee746d69c20a828ea6d3b853eba8d3 (diff)
try to fix windows build
Change-Id: I7620d71fe34b5f7bbd9bf9bf63b634d85cdb4d6c
Diffstat (limited to 'sw')
-rw-r--r--sw/CppunitTest_sw_ooxmlexport.mk2
-rw-r--r--sw/CppunitTest_sw_ooxmlexport2.mk2
-rw-r--r--sw/CppunitTest_sw_ooxmlexport3.mk2
-rw-r--r--sw/CppunitTest_sw_ooxmlexport4.mk2
-rw-r--r--sw/CppunitTest_sw_ooxmlexport5.mk2
5 files changed, 5 insertions, 5 deletions
diff --git a/sw/CppunitTest_sw_ooxmlexport.mk b/sw/CppunitTest_sw_ooxmlexport.mk
index c7467a3738a2..d3e7ac11b268 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 c656aba2ad62..7dbc8b3349df 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 13f3508334f3..42b0e515f5d0 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 951b5959235d..129a9464efed 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 ea8cf6531300..a84562f0639a 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: