diff options
Diffstat (limited to 'beanshell/makefile.mk')
-rw-r--r-- | beanshell/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beanshell/makefile.mk b/beanshell/makefile.mk index dc22223b20be..09b8427d8bf7 100644 --- a/beanshell/makefile.mk +++ b/beanshell/makefile.mk @@ -43,7 +43,7 @@ TARFILE_MD5=ea570af93c284aa9e5621cd563f54f4d TARFILE_ROOTDIR=BeanShell PATCH_FILES=bsh-2.0b1-src.patch -BUILD_ACTION=$(ANT) $(ANT_FLAGS) +BUILD_ACTION="$(ANT)" $(ANT_FLAGS) # --- Targets ------------------------------------------------------ |