From: Michal Sojka Date: Mon, 19 Jan 2015 15:50:37 +0000 (+0100) Subject: Fix check-java Makefile target to work with older ant version X-Git-Url: http://rtime.felk.cvut.cz/gitweb/orte.git/commitdiff_plain/e30b917b59d1e6fe762c1fab0f8d9bd7548203da Fix check-java Makefile target to work with older ant version --- 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: