From 92a0e3c662ae841548d63af94cbf8bb497bf7a0c Mon Sep 17 00:00:00 2001 From: esaunders <esaunders@basistech.com> Date: Wed, 22 Jan 2020 13:09:10 -0500 Subject: [PATCH] Revert addition of ant debug flag. --- bindings/java/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/java/Makefile.am b/bindings/java/Makefile.am index e813b4428..ad27526ed 100644 --- a/bindings/java/Makefile.am +++ b/bindings/java/Makefile.am @@ -15,7 +15,7 @@ endif $(tsk_jar): all-local: - ant -d dist $(ant_args) + ant dist $(ant_args) CLEANFILES = $(tsk_jar) -- GitLab