diff options
Diffstat (limited to 'lang/jdk-openjit')
-rw-r--r-- | lang/jdk-openjit/Makefile | 4 | ||||
-rw-r--r-- | lang/jdk-openjit/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/jdk-openjit/Makefile b/lang/jdk-openjit/Makefile index 56695433f55..6ee401b3665 100644 --- a/lang/jdk-openjit/Makefile +++ b/lang/jdk-openjit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/07/01 19:02:34 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2003/07/02 10:27:06 jlam Exp $ PKGNAME= jdk-openjit-${OPENJIT_VERSION} @@ -6,4 +6,4 @@ PKG_JVMS_ACCEPTED= jdk CLASSDIR= classes JRELIB= lib/${MACHINE_ARCH}/green_threads -.include "../jdk-openjit/Makefile.common" +.include "../../lang/jdk-openjit/Makefile.common" diff --git a/lang/jdk-openjit/Makefile.common b/lang/jdk-openjit/Makefile.common index d68628543f6..dc19f03b3ec 100644 --- a/lang/jdk-openjit/Makefile.common +++ b/lang/jdk-openjit/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2003/07/01 19:02:34 jlam Exp $ +# $NetBSD: Makefile.common,v 1.2 2003/07/02 10:27:06 jlam Exp $ OPENJIT_VERSION=1.1.16 @@ -21,7 +21,7 @@ CONFIGURE_ARGS+=--with-jdk=${PKG_JAVA_HOME} PLIST_SUBST+= CLASSDIR=${CLASSDIR} JRELIB=${JRELIB} JAVADIR=${PKG_JAVA_HOME:C|^${PREFIX}/||} -PKGDIR= ${.CURDIR}/../jdk-openjit +PKGDIR= ${.CURDIR}/../../lang/jdk-openjit DISTINFO_FILE= ${PKGDIR}/distinfo PATCHDIR= ${PKGDIR}/patches |