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 | 4c6ab088d24d3769d4d836ce28a1480472e29e90 (patch) | |
tree | 249bf7855b6e7fe1dd123d3519d85a2e93b257ce /cppuhelper/qa | |
parent | 40dbc61cc0f669a617cc74f6e3ec393a95742378 (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/qa')
-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 f908db7755f3..b081274d8e99 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 |