diff options
Diffstat (limited to 'solenv/inc/tg_compv.mk')
-rw-r--r-- | solenv/inc/tg_compv.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/solenv/inc/tg_compv.mk b/solenv/inc/tg_compv.mk index c8b188df8030..3f844624a2eb 100644 --- a/solenv/inc/tg_compv.mk +++ b/solenv/inc/tg_compv.mk @@ -2,9 +2,9 @@ # # $RCSfile: tg_compv.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: hjs $ $Date: 2001-11-01 19:33:05 $ +# last change: $Author: hjs $ $Date: 2001-12-18 14:25:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -60,6 +60,8 @@ # #************************************************************************* +.IF "$(L10N_framework)"=="" + COMNAME:= .IF "$(COM)"=="GCC" @@ -128,3 +130,4 @@ compiler_version_error: CDEFS+=-DCPPU_ENV=$(COMNAME) +.ENDIF # "$(L10N_framework)"=="" |