diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-08-08 16:13:14 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-08-08 16:13:14 +0000 |
commit | 65a2e438646cd2c059d1e409ad86389f40c879f7 (patch) | |
tree | 0c7f5f8eb57cd5ac531a6beb24ec3142cde7c457 /solenv/inc/tg_javav.mk | |
parent | fcff22ca08fa3e3801c466857a01263cf37099a8 (diff) |
#102095# fix the other call
Diffstat (limited to 'solenv/inc/tg_javav.mk')
-rw-r--r-- | solenv/inc/tg_javav.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/tg_javav.mk b/solenv/inc/tg_javav.mk index 455591ffd..86efc9a8c 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)"=="" |