From d8a9d483898d94868bc502d52f0fcd166d18959f Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Thu, 29 Dec 2016 23:42:23 +0100 Subject: Workaround strange sw test makefiles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Matúš Kukan --- sw/CppunitTest_sw_ooxmlexport4.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'sw/CppunitTest_sw_ooxmlexport4.mk') diff --git a/sw/CppunitTest_sw_ooxmlexport4.mk b/sw/CppunitTest_sw_ooxmlexport4.mk index 1a92a489cff6..e3285932e004 100644 --- a/sw/CppunitTest_sw_ooxmlexport4.mk +++ b/sw/CppunitTest_sw_ooxmlexport4.mk @@ -9,8 +9,6 @@ # #************************************************************************* -include $(SRCDIR)/sw/ooxmlexport_setup.mk - $(eval $(call sw_ooxmlexport_test,4)) # vim: set noet sw=4 ts=4: -- cgit