From 940db0cb1b3d0c4c38493c002cff2ad24f59afee Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 10 Oct 2012 11:52:28 +0100 Subject: more icerun annotation to stop parallel java builds from exploding Change-Id: Ie05eeb89e79663674e223339918239facf49603a --- languagetool/ExternalProject_languagetool.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'languagetool') diff --git a/languagetool/ExternalProject_languagetool.mk b/languagetool/ExternalProject_languagetool.mk index 60b70e63632b..4934dad3146b 100644 --- a/languagetool/ExternalProject_languagetool.mk +++ b/languagetool/ExternalProject_languagetool.mk @@ -17,7 +17,7 @@ $(eval $(call gb_ExternalProject_register_targets,languagetool,\ $(call gb_ExternalProject_get_state_target,languagetool,build) : cd "$(call gb_UnpackedTarball_get_dir,languagetool)" && \ - "$(ANT)" \ + $(ICECREAM_RUN) "$(ANT)" \ -q \ -f build.xml \ -Dbuild.label="build-libreoffice" \ -- cgit