From: Zdeněk Šustr Date: Wed, 4 Feb 2009 14:26:44 +0000 (+0000) Subject: Makefile updated with ant prefix to fix remote builds. X-Git-Tag: glite-lb-client-java_R_1_0_0_5~4 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=58d5a00d403bfbbb14b82c5d49bde42daf9125a6;p=jra1mw.git Makefile updated with ant prefix to fix remote builds. --- diff --git a/org.glite.lb.client-java/Makefile b/org.glite.lb.client-java/Makefile index decf572..f8f0d9c 100644 --- a/org.glite.lb.client-java/Makefile +++ b/org.glite.lb.client-java/Makefile @@ -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: