diff options
author | David Tardon <dtardon@redhat.com> | 2012-09-27 08:44:14 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-03 14:20:05 +0200 |
commit | ce7372c3bd8755accf1bc1db1f44bd78d1a55421 (patch) | |
tree | a366131f4da501b14ef6ff66c9ecc87d0f61c9d3 /hsqldb | |
parent | b6aea86fe368746ea23a2fe669b1689f4d6f43e8 (diff) |
do not overcomplicate this
Change-Id: I08add6a39547dd1a674b0efd52d6d4d257b92557
Diffstat (limited to 'hsqldb')
-rw-r--r-- | hsqldb/ExternalProject_hsqldb.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/hsqldb/ExternalProject_hsqldb.mk b/hsqldb/ExternalProject_hsqldb.mk index b9144b659c85..c45725e8fd59 100644 --- a/hsqldb/ExternalProject_hsqldb.mk +++ b/hsqldb/ExternalProject_hsqldb.mk @@ -7,9 +7,6 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# for RSCREVISION -include $(SOLARENV)/inc/minor.mk - $(eval $(call gb_ExternalProject_ExternalProject,hsqldb)) $(eval $(call gb_ExternalProject_use_unpacked,hsqldb,hsqldb)) @@ -23,7 +20,7 @@ $(call gb_ExternalProject_get_state_target,hsqldb,build) : "$(ANT)" \ -q \ -f build/build.xml \ - -Dbuild.label="build-$(RSCREVISION)" \ + -Dbuild.label="build-libreoffice" \ $(if $(filter yes,$(JAVACISGCJ))\ ,-Dbuild.compiler=gcj \ ,-Dant.build.javac.source=$(JAVA_SOURCE_VER) \ |