summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-04-18 06:01:54 +0000
committerJoachim Lingner <jl@openoffice.org>2001-04-18 06:01:54 +0000
commitb7cc334b09b39a158acf8a12b987c15f80f4928e (patch)
tree98cc3662b6658f523f054ae421a59a5c1415c65a /salhelper
parent21859fd5415fb3c1c20c323946e0c81f319a58ae (diff)
use of map files depends on $(OS) and $(CPU) now
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/source/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk
index 769301939967..cd8c0b20355e 100644
--- a/salhelper/source/makefile.mk
+++ b/salhelper/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: jl $ $Date: 2001-04-17 12:17:06 $
+# last change: $Author: jl $ $Date: 2001-04-18 07:01:54 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -106,9 +106,9 @@ DEF1NAME= $(SHL1TARGET)
#DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt
#DEFLIB1NAME= $(TARGET)
-.IF "$(OS)"=="SOLARIS"
+.IF "$(OS)$(CPU)"=="SOLARISS"
SHL1VERSIONMAP= sols.map
-.ELIF "$(OS)"=="LINUX"
+.ELIF "$(OS)$(CPU)"=="LINUXI"
SHL1VERSIONMAP= lngi.map
.ENDIF