diff options
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 713582e6bbde..34108e101601 100644 --- a/salhelper/source/makefile.mk +++ b/salhelper/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.24 $ +# $Revision: 1.25 $ # -# last change: $Author: kz $ $Date: 2006-07-20 16:16:28 $ +# last change: $Author: rt $ $Date: 2007-01-31 08:45:24 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -86,6 +86,8 @@ SHL1VERSIONMAP=gcc3_linux_intel.map SHL1VERSIONMAP=gcc3_linux_intel.map .ELIF "$(OS)$(CPU)$(COMNAME)"=="LINUXSgcc3" SHL1VERSIONMAP=gcc3_linux_intel.map +.ELIF "$(OS)$(CPU)$(COMNAME)"=="MACOSXIgcc3" +SHL1VERSIONMAP=gcc3_linux_intel.map .ENDIF # --- Targets ------------------------------------------------------ |