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 --- mythes/ExternalProject_mythes.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mythes') diff --git a/mythes/ExternalProject_mythes.mk b/mythes/ExternalProject_mythes.mk index 99ccd61e3a29..8f2365c1c1a5 100644 --- a/mythes/ExternalProject_mythes.mk +++ b/mythes/ExternalProject_mythes.mk @@ -7,9 +7,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -$(eval $(call gb_ExternalProject_ExternalProject,mythes)) - -$(eval $(call gb_ExternalProject_use_unpacked,mythes,mythes)) +$(eval $(call gb_ExternalProject_ExternalProject,mythes,mythes)) $(eval $(call gb_ExternalProject_use_package,mythes,hunspell)) -- cgit