diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 16:05:49 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 16:05:49 +0000 |
commit | 5def0623e37bb6931055fcfc5f44be5a8663363e (patch) | |
tree | e376dd60f6feb54f64d21b7c5f54c325153d7e45 /stoc/test | |
parent | bc573506a907f11a65b1da0adbf07e05a0596b83 (diff) |
INTEGRATION: CWS cmcfixes43 (1.4.88); FILE MERGED
2008/03/03 10:52:36 cmc 1.4.88.1: #i86629 unify gcc maps
Diffstat (limited to 'stoc/test')
-rw-r--r-- | stoc/test/registry_tdprovider/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/test/registry_tdprovider/makefile.mk b/stoc/test/registry_tdprovider/makefile.mk index fbe3dc8a4e6c..2571e503648a 100644 --- a/stoc/test/registry_tdprovider/makefile.mk +++ b/stoc/test/registry_tdprovider/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # # This file is part of OpenOffice.org. # @@ -48,8 +48,8 @@ SHL1STDLIBS = $(CPPULIB) $(CPPUHELPERLIB) $(SALLIB) SHL1IMPLIB = itestregistrytdprovider DEF1NAME = $(SHL1TARGET) -.IF "$(OS)$(CPU)$(COMNAME)" == "LINUXIgcc3" -SHL1VERSIONMAP = testregistrytdprovider.LINUXIgcc3.map +.IF "$(COMNAME)" == "gcc3" +SHL1VERSIONMAP = testregistrytdprovider.gcc3.map .ELSE SHL1VERSIONMAP = testregistrytdprovider.map .ENDIF |