From 4c6ab088d24d3769d4d836ce28a1480472e29e90 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 24 Apr 2008 15:58:11 +0000 Subject: [PATCH] INTEGRATION: CWS cmcfixes43 (1.5.18); FILE MERGED 2008/03/03 09:51:55 cmc 1.5.18.1: #i86629 unify gcc maps --- cppuhelper/qa/propertysetmixin/makefile.mk | 6 +++--- 1 file 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