summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ooxmlexport.mk
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/CppunitTest_sw_ooxmlexport.mk
parent749f7548b4ee746d69c20a828ea6d3b853eba8d3 (diff)
try to fix windows build
Change-Id: I7620d71fe34b5f7bbd9bf9bf63b634d85cdb4d6c
Diffstat (limited to 'sw/CppunitTest_sw_ooxmlexport.mk')
-rw-r--r--sw/CppunitTest_sw_ooxmlexport.mk2
1 files changed, 1 insertions, 1 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: