diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-09 10:44:52 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-09 10:44:52 +0000 |
commit | f8389e6b69f7a6ebd6f218b637fc3081e7b3b75c (patch) | |
tree | 0832369cd7068981ea123163d5872cbfb94bccf0 /salhelper/source | |
parent | 6d08e119ff57137a2dbe1eeed683cfa1e1f95c12 (diff) |
INTEGRATION: CWS ooo20040815 (1.19.20); FILE MERGED
2004/08/01 11:03:39 sparcmoz 1.19.20.1: #i32394# add map for linux sparc
Diffstat (limited to 'salhelper/source')
-rw-r--r-- | salhelper/source/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk index cbf242dcc..2ef508c19 100644 --- a/salhelper/source/makefile.mk +++ b/salhelper/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.19 $ +# $Revision: 1.20 $ # -# last change: $Author: svesik $ $Date: 2004-04-21 12:31:29 $ +# last change: $Author: hr $ $Date: 2004-09-09 11:44:52 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -119,6 +119,8 @@ SHL1VERSIONMAP=gcc3_linux_intel.map SHL1VERSIONMAP=lngi.map .ELIF "$(OS)$(CPU)$(COMNAME)"=="FREEBSDIgcc3" SHL1VERSIONMAP=gcc3_linux_intel.map +.ELIF "$(OS)$(CPU)$(COMNAME)"=="LINUXSgcc3" +SHL1VERSIONMAP=gcc3_linux_intel.map .ENDIF # --- Targets ------------------------------------------------------ |