git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b14987e
)
Makefile updated with ant prefix to fix remote builds.
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Wed, 4 Feb 2009 14:26:44 +0000
(14:26 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Wed, 4 Feb 2009 14:26:44 +0000
(14:26 +0000)
org.glite.lb.client-java/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client-java/Makefile
b/org.glite.lb.client-java/Makefile
index
decf572
..
f8f0d9c
100644
(file)
--- 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: