do not overcomplicate this

Change-Id: I08add6a39547dd1a674b0efd52d6d4d257b92557
This commit is contained in:
David Tardon 2012-09-27 08:44:14 +02:00
parent b6aea86fe3
commit ce7372c3bd

View file

@ -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) \