diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-07-10 13:06:47 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-07-11 20:11:59 +0200 |
commit | 12d79f250011f49a9061d51cf79caacbd548d28a (patch) | |
tree | 5581ea020bc6f6bbced2e9ad80fabae79efe1f4c /saxon | |
parent | 23942784731f3c0d0125299d111b4facf21441e9 (diff) |
quote $ANT in makefiles so path with spaces works
(cherry picked from commit 4fb8a68b0b70243b9c272764cd4762ad5ebf4054)
Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'saxon')
-rw-r--r-- | saxon/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |