summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 15:31:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 15:31:54 +0000
commitaeff686f66010122bd679bbfbf90689b3485aa35 (patch)
tree04f2d7d26badbe322acf3382915189c2345ce7c1 /cppuhelper
parent8694ce8ec2beee748c5e566290d79d02b98c4772 (diff)
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
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/makefile.mk8
1 files 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 ------------------------------------------------------