diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-06 22:54:30 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-07 01:41:25 +0200 |
commit | 276021c76102e685c7dbe3776d5f79f71a59ac82 (patch) | |
tree | 1871a3da15df78aa3afe894d951515e095e89223 /languagetool | |
parent | 96907bfb02c00d3d3d4085fc4b10d8e0eb0b9f11 (diff) |
gbuild: remove gb_ExternalProject_use_unpacked
It must always be used exactly once, so replace it with constructor
parameter.
Change-Id: Ifbe87065c19a5185a5705dc461656179002ece5d
Diffstat (limited to 'languagetool')
-rw-r--r-- | languagetool/ExternalProject_languagetool.mk | 4 |
1 files changed, 1 insertions, 3 deletions
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 \ |