diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 08:50:08 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 08:50:08 +0000 |
commit | 44c59de8a831c487022af196e026859fd9f864e7 (patch) | |
tree | c2bd8ada0410f80e22ee25a22937956d4e56d9c7 /jvmaccess | |
parent | 2ee293731baea128bc629157a2e96b16de626a7b (diff) |
INTEGRATION: CWS mh11rc (1.2.14); FILE MERGED
2003/06/06 09:48:38 mh 1.2.14.1: join: from beta2
Diffstat (limited to 'jvmaccess')
-rw-r--r-- | jvmaccess/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/jvmaccess/util/makefile.mk b/jvmaccess/util/makefile.mk index d3db57d74a9b..41b836717214 100644 --- a/jvmaccess/util/makefile.mk +++ b/jvmaccess/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2003-03-26 12:41:30 $ +# last change: $Author: vg $ $Date: 2003-06-12 09:50:08 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -90,6 +90,8 @@ SHL1VERSIONMAP = msvc_win32_intel.map SHL1VERSIONMAP = cc5_solaris_sparc.map .ELIF "$(OS)$(CPU)$(COMNAME)" == "LINUXIgcc3" SHL1VERSIONMAP = gcc3_linux_intel.map +.ELIF "$(OS)$(CPU)$(COMNAME)" == "FREEBSDIgcc3" +SHL1VERSIONMAP = gcc3_linux_intel.map .ENDIF DEF1NAME = $(SHL1TARGET) |