hsqldb: quote $(ANT) to make paths with spaces work

Change-Id: Ic687a733d752e93f39f5cc6c827de107d8c4327f
This commit is contained in:
Michael Stahl
2012-09-10 14:16:06 +02:00
parent 1e64ba5c80
commit c748f42f1f

View File

@@ -20,7 +20,7 @@ $(eval $(call gb_ExternalProject_register_targets,hsqldb,\
$(call gb_ExternalProject_get_state_target,hsqldb,build) :
cd $(EXTERNAL_WORKDIR) && \
$(ANT) \
"$(ANT)" \
-q \
-f build/build.xml \
-Dbuild.label="build-$(RSCREVISION)" \