Makefile updated with ant prefix to fix remote builds.
authorZdeněk Šustr <sustr4@cesnet.cz>
Wed, 4 Feb 2009 14:26:44 +0000 (14:26 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Wed, 4 Feb 2009 14:26:44 +0000 (14:26 +0000)
org.glite.lb.client-java/Makefile

index decf572..f8f0d9c 100644 (file)
@@ -1,7 +1,7 @@
 -include Makefile.inc
 
 all compile:
-       ant -Dno.deps=yes -Dreference.jobid-api-java.jar=${stagedir}/share/java/jobid-api-java.jar -DstageDir=${stagedir} 
+       ${ant_prefix}/bin/ant -Dno.deps=yes -Dreference.jobid-api-java.jar=${stagedir}/share/java/jobid-api-java.jar -DstageDir=${stagedir} 
        cd src_c && make PREFIX=${PREFIX}
 
 check: