From: Zdeněk Šustr Date: Wed, 4 Feb 2009 14:32:06 +0000 (+0000) Subject: Makefile updated with ant prefix to fix remote builds. X-Git-Tag: glite-lb-server_R_2_0_0_4~6 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=2910234c2d04bf8aba768d4af49cd8d89fa78ee5;p=jra1mw.git Makefile updated with ant prefix to fix remote builds. --- diff --git a/org.glite.jobid.api-java/Makefile b/org.glite.jobid.api-java/Makefile index e201af5..af36ad7 100644 --- a/org.glite.jobid.api-java/Makefile +++ b/org.glite.jobid.api-java/Makefile @@ -1,7 +1,7 @@ -include Makefile.inc all compile: - ant -Dfile.reference.commons-codec.jar=${commons-codec_jar} + ${ant_prefix}/bin/ant -Dfile.reference.commons-codec.jar=${commons-codec_jar} install: mkdir -p ${PREFIX}/share/java