From 4fb8a68b0b70243b9c272764cd4762ad5ebf4054 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 10 Jul 2012 13:06:47 +0200 Subject: quote $ANT in makefiles so path with spaces works --- saxon/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'saxon') diff --git a/saxon/makefile.mk b/saxon/makefile.mk index e73eced80288..40a74043b233 100644 --- a/saxon/makefile.mk +++ b/saxon/makefile.mk @@ -51,7 +51,7 @@ TARFILE_ROOTDIR=src PATCH_FILES=saxon-9.0.0.7-bj.patch -BUILD_ACTION=$(ANT) $(ANT_FLAGS) -Dsolarbindir=$(SOLARBINDIR) jar-bj +BUILD_ACTION="$(ANT)" $(ANT_FLAGS) -Dsolarbindir=$(SOLARBINDIR) jar-bj OUT2CLASS= saxon-build$/9.0.0.7$/bj$/saxon9.jar -- cgit v1.2.3