diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 15:58:11 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 15:58:11 +0000 |
commit | 4d2806c50f71f8cccc98af6cfc80bb6c49476bb7 (patch) | |
tree | 9ab1b90c6b904cc4a12de46b62979ad0ace11112 /cppuhelper | |
parent | 69595d00bb1357101fec6d647391631cbd5c58fb (diff) |
INTEGRATION: CWS cmcfixes43 (1.5.18); FILE MERGED
2008/03/03 09:51:55 cmc 1.5.18.1: #i86629 unify gcc maps
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/qa/propertysetmixin/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/qa/propertysetmixin/makefile.mk b/cppuhelper/qa/propertysetmixin/makefile.mk index f908db775..b081274d8 100644 --- a/cppuhelper/qa/propertysetmixin/makefile.mk +++ b/cppuhelper/qa/propertysetmixin/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # # This file is part of OpenOffice.org. # @@ -58,8 +58,8 @@ SHL1STDLIBS = $(CPPULIB) $(CPPUHELPERLIB) $(CPPUNITLIB) $(SALLIB) SHL1IMPLIB = i$(SHL1TARGET) DEF1NAME = $(SHL1TARGET) -.IF "$(OS)$(CPU)$(COMNAME)" == "LINUXIgcc3" -SHL1VERSIONMAP = test.LINUXIgcc3.map +.IF "$(COMNAME)" == "gcc3" +SHL1VERSIONMAP = test.gcc3.map .ELSE SHL1VERSIONMAP = test.map .ENDIF |