diff options
author | David Tardon <dtardon@redhat.com> | 2013-02-06 07:04:23 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-02-07 05:56:06 +0100 |
commit | b9f7241f522b913eaf885ee029746edf175c7a1c (patch) | |
tree | 0f366959dda705c1de43206270e13abd348b368e /languagetool | |
parent | e9b89ed9668906ec8c3be932978577997fa0fb7f (diff) |
use current version as build.label
Change-Id: Id350532d88ba7c9a54d5440748f5ff456ae58722
Diffstat (limited to 'languagetool')
-rw-r--r-- | languagetool/ExternalProject_languagetool.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languagetool/ExternalProject_languagetool.mk b/languagetool/ExternalProject_languagetool.mk index 363fde5c17da..3040689d2284 100644 --- a/languagetool/ExternalProject_languagetool.mk +++ b/languagetool/ExternalProject_languagetool.mk @@ -20,7 +20,7 @@ $(call gb_ExternalProject_get_state_target,languagetool,build) : $(call gb_Jar_g $(ICECREAM_RUN) "$(ANT)" \ -q \ -f build.xml \ - -Dbuild.label="build-libreoffice" \ + -Dbuild.label="build-$(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)" \ $(if $(filter yes,$(JAVACISGCJ))\ ,-Dbuild.compiler=gcj \ ,-Dant.build.javac.source=$(JAVA_SOURCE_VER) \ |