diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 08:58:28 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 08:58:28 +0000 |
commit | e213d6a974e362408d963de15edec8153190d0f3 (patch) | |
tree | f8992a5d6177c4fde187422846f3e8e3656d98fe /salhelper/source | |
parent | 44c59de8a831c487022af196e026859fd9f864e7 (diff) |
INTEGRATION: CWS mh11rc (1.15.26); FILE MERGED
2003/06/06 08:17:40 mh 1.15.26.1: join: from beta2
Diffstat (limited to 'salhelper/source')
-rw-r--r-- | salhelper/source/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk index b42065f6bc81..ddb82329cde2 100644 --- a/salhelper/source/makefile.mk +++ b/salhelper/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: mhu $ $Date: 2002-09-01 18:22:39 $ +# last change: $Author: vg $ $Date: 2003-06-12 09:58:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -114,6 +114,10 @@ SHL1VERSIONMAP=sols.map SHL1VERSIONMAP=lngi.map .ELIF "$(OS)$(CPU)$(COMNAME)"=="LINUXIgcc3" SHL1VERSIONMAP=gcc3_linux_intel.map +.ELIF "$(OS)$(CPU)$(COMNAME)"=="FREEBSDIgcc2" +SHL1VERSIONMAP=lngi.map +.ELIF "$(OS)$(CPU)$(COMNAME)"=="FREEBSDIgcc3" +SHL1VERSIONMAP=gcc3_linux_intel.map .ENDIF # --- Targets ------------------------------------------------------ |