]> rtime.felk.cvut.cz Git - orte.git/commitdiff
Fix check-java Makefile target to work with older ant version
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 19 Jan 2015 15:50:37 +0000 (16:50 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 30 Jan 2015 16:57:40 +0000 (17:57 +0100)
Makefile.git

index a83ae6f461b51ba8d06ee75d6766a57f4203763e..409f949102de3d03329e654365f0edc3a43b5b06 100644 (file)
@@ -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: