diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-07-10 13:06:47 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-07-10 13:06:47 +0200 |
commit | 4fb8a68b0b70243b9c272764cd4762ad5ebf4054 (patch) | |
tree | 6ef3c4dd2ccf114d26f14cc78eb3c2f6d1fa9d42 /saxon/makefile.mk | |
parent | c06bba0999451c1fee02f10587f8139edaddf7d9 (diff) |
quote $ANT in makefiles so path with spaces works
Diffstat (limited to 'saxon/makefile.mk')
-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 |