From 4d68205aa0768489602fae3da813d61cdf33dbbe Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Fri, 2 Nov 2007 11:41:23 +0000
Subject: INTEGRATION: CWS os2port02 (1.10.2); FILE MERGED 2007/09/29 16:41:27
ydario 1.10.2.1: Issue number: i82034 Submitted by: ydario Reviewed by:
ydario Commit of changes for OS/2 CWS source code integration.
---
jvmaccess/util/makefile.mk | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
(limited to 'jvmaccess/util')
diff --git a/jvmaccess/util/makefile.mk b/jvmaccess/util/makefile.mk
index 22afb6677dea..2be4c21bb297 100644
--- a/jvmaccess/util/makefile.mk
+++ b/jvmaccess/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: vg $ $Date: 2007-10-15 13:03:30 $
+# last change: $Author: hr $ $Date: 2007-11-02 12:41:23 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -69,6 +69,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)" == "OS2Igcc3"
+SHL1VERSIONMAP = gcc3_linux_intel.map
.ELIF "$(OS)$(CPU)$(COMNAME)"=="MACOSXIgcc3"
SHL1VERSIONMAP = gcc3_linux_intel.map
.ELIF "$(GUI)$(COM)" == "WNTGCC"
--
cgit