From 828b812f7e09b018a6c5e2e4045029e1676c1867 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 1 Apr 2011 22:15:57 +0200 Subject: now icedtea starts with compile.... --- jtools/classpath/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jtools/classpath/Makefile') diff --git a/jtools/classpath/Makefile b/jtools/classpath/Makefile index 059790565..253f9604d 100644 --- a/jtools/classpath/Makefile +++ b/jtools/classpath/Makefile @@ -14,7 +14,7 @@ include ../rules.mk install: ${STAGING_JAVA_HOST_DIR}/usr/share/classpath/glibj.zip $(WRKBUILD)/.configured: ${WRKDIST}/.prepared - (cd $(WRKBUILD); ./configure --prefix=/usr \ + (cd $(WRKBUILD); ./configure --prefix=${STAGING_JAVA_HOST_DIR}/usr \ --disable-local-sockets \ --disable-alsa \ --disable-gconf-peer \ @@ -31,6 +31,6 @@ $(WRKBUILD)/.compiled: ${WRKDIST}/.configured touch $@ ${STAGING_JAVA_HOST_DIR}/usr/share/classpath/glibj.zip: $(WRKBUILD)/.compiled - ${MAKE} -C ${WRKBUILD} DESTDIR=$(STAGING_JAVA_HOST_DIR) install + ${MAKE} -C ${WRKBUILD} install include $(TOPDIR)/mk/tools.mk -- cgit v1.2.3