summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_javav.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-08-08 16:13:14 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-08-08 16:13:14 +0000
commita1b59012b0ed0fe82cb0973bc332ac453b6b9ee2 (patch)
treeb0c1d7562ae984ee3da3ba58ac35ac0b8f8b1994 /solenv/inc/tg_javav.mk
parent2231664690064aab96dacacc0d457c0e52564a76 (diff)
#102095# fix the other call
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 455591ffd4d2..86efc9a8cb6b 100644
--- a/solenv/inc/tg_javav.mk
+++ b/solenv/inc/tg_javav.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: tg_javav.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: hjs $ $Date: 2002-08-06 18:49:50 $
+# last change: $Author: hjs $ $Date: 2002-08-08 17:13:14 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -87,7 +87,7 @@ JAVAVER:=$(shell -$(JAVA_HOME)$/bin$/java $(JFLAGSVERSION_CMD))
# and a computed integer for comparing
# each point seperated token blown up to 4 digits
-JAVANUMVER:=$(shell -java $(JFLAGSNUMVERSION_CMD))
+JAVANUMVER:=$(shell -$(JAVA_HOME)$/bin$/java $(JFLAGSNUMVERSION_CMD))
.ENDIF # "$(L10N_framework)"==""
.ENDIF # "$(COMNAME)"==""