From 276021c76102e685c7dbe3776d5f79f71a59ac82 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 6 May 2013 22:54:30 +0200 Subject: gbuild: remove gb_ExternalProject_use_unpacked It must always be used exactly once, so replace it with constructor parameter. Change-Id: Ifbe87065c19a5185a5705dc461656179002ece5d --- languagetool/ExternalProject_languagetool.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'languagetool') diff --git a/languagetool/ExternalProject_languagetool.mk b/languagetool/ExternalProject_languagetool.mk index 3040689d2284..07ca3fa13219 100644 --- a/languagetool/ExternalProject_languagetool.mk +++ b/languagetool/ExternalProject_languagetool.mk @@ -7,9 +7,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -$(eval $(call gb_ExternalProject_ExternalProject,languagetool)) - -$(eval $(call gb_ExternalProject_use_unpacked,languagetool,languagetool)) +$(eval $(call gb_ExternalProject_ExternalProject,languagetool,languagetool)) $(eval $(call gb_ExternalProject_register_targets,languagetool,\ build \ -- cgit