diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-09-07 15:09:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-09-07 15:09:05 +0000 |
commit | 8aed93c8cd3c0f2da2599c1ba5f1e35bce3b88ba (patch) | |
tree | 60ebca866ed75ee374b87d1dab0dc08d928868b7 /solenv/inc/tg_compv.mk | |
parent | 82f90fa96b9401407644a904bbcab45c3d4350a9 (diff) |
INTEGRATION: CWS ause034 (1.15.442); FILE MERGED
2005/08/04 15:08:34 hjs 1.15.442.1: #119214# guess GXX_INCLUDE_PATH if not set
Diffstat (limited to 'solenv/inc/tg_compv.mk')
-rw-r--r-- | solenv/inc/tg_compv.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/tg_compv.mk b/solenv/inc/tg_compv.mk index f004ad0b0d90..7639c98c1f81 100644 --- a/solenv/inc/tg_compv.mk +++ b/solenv/inc/tg_compv.mk @@ -2,9 +2,9 @@ # # $RCSfile: tg_compv.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: rt $ $Date: 2004-06-16 10:35:02 $ +# last change: $Author: rt $ $Date: 2005-09-07 16:09:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -64,7 +64,7 @@ COMPVERMK:=$(SOLARINCDIR)$/comp_ver.mk .INCLUDE .IGNORE : $(COMPVERMK) -.IF "$(COMNAME)"=="" +.IF "$(COMNAME)"=="" || "$(COMPATH)"!="$(COMPATH_STORED)" .IF "$(L10N_framework)"=="" COMNAME:= |