From aeff686f66010122bd679bbfbf90689b3485aa35 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 28 Apr 2003 15:31:54 +0000
Subject: [PATCH] INTEGRATION: CWS ooo20030412 (1.28.2.1.12); FILE MERGED
2003/04/07 02:41:40 waratah 1.28.2.1.12.1: 12879: Free bsd patches to
intergate patches into the tree
---
cppuhelper/source/makefile.mk | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/cppuhelper/source/makefile.mk b/cppuhelper/source/makefile.mk
index e2611346ceca..e697da3e34fb 100644
--- a/cppuhelper/source/makefile.mk
+++ b/cppuhelper/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.29 $
+# $Revision: 1.30 $
#
-# last change: $Author: hr $ $Date: 2003-03-19 17:23:33 $
+# last change: $Author: hr $ $Date: 2003-04-28 16:31:54 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -194,9 +194,9 @@ SHL1VERSIONMAP=gcc2_linux_intel.map
.ELIF "$(OS)$(CPU)$(COMNAME)"=="LINUXIgcc3"
SHL1VERSIONMAP=gcc3_linux_intel.map
.ELIF "$(OS)$(CPU)$(COMNAME)"=="FREEBSDIgcc2"
-#SHL1VERSIONMAP=gcc2_freebsd_intel.map
+SHL1VERSIONMAP=gcc2_linux_intel.map
.ELIF "$(OS)$(CPU)$(COMNAME)"=="FREEBSDIgcc3"
-#SHL1VERSIONMAP=gcc3_freebsd_intel.map
+SHL1VERSIONMAP=gcc3_linux_intel.map
.ENDIF
# --- Targets ------------------------------------------------------