diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-01 22:17:16 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-01 22:17:16 +0200 |
commit | 655c3c97caad67ad2b7a482b51a648210a360316 (patch) | |
tree | cda03b7899ba03ce355c2d7d2450279b918e3d27 /jtools/classpath | |
parent | 2a6202a59149eb123af860282ba1e9ac0d9f806c (diff) | |
parent | 828b812f7e09b018a6c5e2e4045029e1676c1867 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'jtools/classpath')
-rw-r--r-- | jtools/classpath/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |