summaryrefslogtreecommitdiff
path: root/unoil
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-08-15 19:44:26 +0200
committerMichael Stahl <mstahl@redhat.com>2012-08-15 21:29:14 +0200
commit8b8e749fae45ba41e361897b447173fb6a26eb38 (patch)
tree5eff7e05d1bfc3e40a5e29270cf726fcbc36fc19 /unoil
parent96410b9e04c1da1f634c3a4ab1ffba335309e46e (diff)
gbuild: remove horrible abuses of gb_Jar_use_jars:
Let gb_JavaClassSet_use_customtarget add the customtarget workdir to the classpath. Change-Id: I836e890b43bb2ca06d19cf9f83a5fa8f735cf963
Diffstat (limited to 'unoil')
-rw-r--r--unoil/Jar_unoil.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoil/Jar_unoil.mk b/unoil/Jar_unoil.mk
index 10444531608f..f53c4b4f1789 100644
--- a/unoil/Jar_unoil.mk
+++ b/unoil/Jar_unoil.mk
@@ -32,7 +32,7 @@ $(eval $(call gb_Jar_use_customtargets,unoil,\
))
$(eval $(call gb_Jar_add_packagedirs,unoil,\
- $(WORKDIR)/CustomTarget/unoil/javamaker/com \
+ $(call gb_CustomTarget_get_workdir,unoil/javamaker)/com \
))
# vim:set shiftwidth=4 softtabstop=4 expandtab: