summaryrefslogtreecommitdiff
path: root/package/ecj
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-08 12:11:58 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-08 12:11:58 +0100
commit8763676774c6f36f2ec69ec2ff2bbc411fa0e6d0 (patch)
tree9ffb19323855d0e33c4e4980919ef62eaef21464 /package/ecj
parenta1b573dff0e1924961f3caf823a5fc1de998f643 (diff)
rename DISTDIR, make it configurable in the menu
Diffstat (limited to 'package/ecj')
-rw-r--r--package/ecj/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ecj/Makefile b/package/ecj/Makefile
index 92898307b..8e4dc6f94 100644
--- a/package/ecj/Makefile
+++ b/package/ecj/Makefile
@@ -24,7 +24,7 @@ ecj-hostinstall:
$(STAGING_HOST_DIR)/usr/bin/gcj -lgcj -O2 -findirect-dispatch \
-o ${STAGING_HOST_DIR}/usr/bin/ecj.native \
--main=org.eclipse.jdt.internal.compiler.batch.Main \
- $(DISTDIR)/ecj.jar
+ $(DL_DIR)/ecj.jar
echo "env LD_LIBRARY_PATH=$(STAGING_HOST_DIR)/usr/lib:$(STAGING_HOST_DIR)/usr/lib64 ${STAGING_HOST_DIR}/usr/bin/ecj.native \$$@" > \
${STAGING_HOST_DIR}/usr/bin/ecj
chmod u+x ${STAGING_HOST_DIR}/usr/bin/ecj