From e30b917b59d1e6fe762c1fab0f8d9bd7548203da Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 19 Jan 2015 16:50:37 +0100 Subject: [PATCH] Fix check-java Makefile target to work with older ant version --- Makefile.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.git b/Makefile.git index a83ae6f..409f949 100644 --- a/Makefile.git +++ b/Makefile.git @@ -56,7 +56,7 @@ check-java.real: test -d "$(JAVA_HOME)" ../configure --with-java=$(JAVA_HOME) $(MAKE) - ant -f ../orte/java + ant -f ../orte/java/build.xml test -f ../orte/java/lib/orte.jar check-android: -- 2.39.2