diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2016-12-29 23:42:23 +0100 |
---|---|---|
committer | Matúš Kukan <matus@libreoffice.org> | 2016-12-30 07:16:03 +0000 |
commit | d8a9d483898d94868bc502d52f0fcd166d18959f (patch) | |
tree | a423441fcdd9ec53285926a435c05d23595642ab /sw/CppunitTest_sw_ooxmlexport7.mk | |
parent | bd9009bdadb2a35c0271f7c12384bb96831a9bf3 (diff) |
Workaround strange sw test makefiles
Include ooxmlexport_setup.mk only once in Module_sw.mk,
so that gbuildtojson can properly set last included
makefile for test jsons.
Change-Id: Ie8ed3296ae97cf4a33d652599673f389b224993e
Reviewed-on: https://gerrit.libreoffice.org/32502
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Matúš Kukan <matus@libreoffice.org>
Diffstat (limited to 'sw/CppunitTest_sw_ooxmlexport7.mk')
-rw-r--r-- | sw/CppunitTest_sw_ooxmlexport7.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/CppunitTest_sw_ooxmlexport7.mk b/sw/CppunitTest_sw_ooxmlexport7.mk index 8a8f53e0d0a8..2145a9463fcd 100644 --- a/sw/CppunitTest_sw_ooxmlexport7.mk +++ b/sw/CppunitTest_sw_ooxmlexport7.mk @@ -9,8 +9,6 @@ # #************************************************************************* -include $(SRCDIR)/sw/ooxmlexport_setup.mk - $(eval $(call sw_ooxmlexport_test,7)) # vim: set noet sw=4 ts=4: |