summaryrefslogtreecommitdiff
path: root/salhelper/source
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-10-26 11:49:41 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-10-26 11:49:41 +0000
commit8060df465d8f05afc49d13a2d68206e34dffcc7f (patch)
tree9a20b139697ff5c5dfa72983710d329f811b18ae /salhelper/source
parent912a8656faf45e3912992943e411e92879483864 (diff)
#93739#
Diffstat (limited to 'salhelper/source')
-rw-r--r--salhelper/source/makefile.mk12
1 files changed, 5 insertions, 7 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk
index 9e586f9ec0d7..75609b4ef6f3 100644
--- a/salhelper/source/makefile.mk
+++ b/salhelper/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: sb $ $Date: 2001-06-05 15:21:49 $
+# last change: $Author: dbo $ $Date: 2001-10-26 12:49:41 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -101,13 +101,11 @@ SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)
-.IF "$(OS)$(CPU)"=="WNTI"
+.IF "$(COMNAME)"=="msci"
SHL1VERSIONMAP=msci.map
-.ELIF "$(OS)$(CPU)"=="SOLARISS"
+.ELIF "$(COMNAME)"=="sunpro5"
SHL1VERSIONMAP=sols.map
-.ELIF "$(OS)$(CPU)"=="SOLARISI"
-SHL1VERSIONMAP=soli.map
-.ELIF "$(OS)$(CPU)"=="LINUXI"
+.ELIF "$(OS)$(CPU)$(COMNAME)"=="LINUXIgcc2"
SHL1VERSIONMAP=lngi.map
.ENDIF