From 2910234c2d04bf8aba768d4af49cd8d89fa78ee5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Wed, 4 Feb 2009 14:32:06 +0000 Subject: [PATCH] Makefile updated with ant prefix to fix remote builds. --- org.glite.jobid.api-java/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.2.3