summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_javav.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-08-06 17:49:50 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-08-06 17:49:50 +0000
commite52379d2ae2c7092f8c640590eeccdad39ac0255 (patch)
tree984cf935b3525733c673318306bf2abf1527eead /solenv/inc/tg_javav.mk
parent31cb3afa2c844ae3cb5c4e690bc26b41d2c3c93e (diff)
#102095# take java from the selected jdk to determin version
Diffstat (limited to 'solenv/inc/tg_javav.mk')
-rw-r--r--solenv/inc/tg_javav.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/tg_javav.mk b/solenv/inc/tg_javav.mk
index 2de98fa15190..455591ffd4d2 100644
--- a/solenv/inc/tg_javav.mk
+++ b/solenv/inc/tg_javav.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: tg_javav.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hjs $ $Date: 2002-03-21 18:21:53 $
+# last change: $Author: hjs $ $Date: 2002-08-06 18:49:50 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -83,7 +83,7 @@ JFLAGSNUMVERSION_CMD=-version |& $(AWK_HERE) -v num=true -f $(SOLARENV)$/bin$/ge
# that's the version known by the specific
# java version
-JAVAVER:=$(shell -java $(JFLAGSVERSION_CMD))
+JAVAVER:=$(shell -$(JAVA_HOME)$/bin$/java $(JFLAGSVERSION_CMD))
# and a computed integer for comparing
# each point seperated token blown up to 4 digits