From fdbb8a9b32c974bef0bf0db07e73ab2f87ee510c Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 10 Sep 2001 18:28:51 +0000 Subject: Allow JAVADIR to be overriden by the user. This allows to build jit for native JDK 1.2.x and 1.3.x (tested with 1.3.1). --- java/tya/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/tya/Makefile') diff --git a/java/tya/Makefile b/java/tya/Makefile index b4da46651c5..0c6b1ed3491 100644 --- a/java/tya/Makefile +++ b/java/tya/Makefile @@ -23,7 +23,7 @@ ONLY_FOR_ARCHS= i386 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-jdk=${JAVADIR} -JAVADIR= ${LOCALBASE}/jdk1.1.8 +JAVADIR?= ${LOCALBASE}/jdk1.1.8 JAVALIBDIR= ${PREFIX}/lib/tya post-configure: -- cgit