summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 16:56:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 16:56:06 +0000
commit5bbe9624a76871011b932f85792a745ff8f737f3 (patch)
tree94b97c3a4a677309113afb57726d1213bd22b8e9 /store
parentda0fb2fdd3d4c2129c171fb458ba405c3e2711d5 (diff)
INTEGRATION: CWS ooo11rc2 (1.9.4); FILE MERGED
2003/07/14 14:02:14 fa 1.9.4.1: For Mac OS X, certain libraries linked for other platforms don't exist and are not needed anyway. http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16608 Dan fa@ooo
Diffstat (limited to 'store')
-rw-r--r--store/util/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/store/util/makefile.mk b/store/util/makefile.mk
index abfa1af4d966..d806b0b7599c 100644
--- a/store/util/makefile.mk
+++ b/store/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: vg $ $Date: 2003-06-12 11:09:22 $
+# last change: $Author: hr $ $Date: 2003-07-16 17:56:06 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -105,9 +105,11 @@ SHL1STDLIBS= $(SALLIB)
.IF "$(OS)"=="FREEBSD"
SHL1STDLIBS+= -lsupc++
.ELSE
+.IF "$(OS)"!="MACOSX"
SHL1STDLIBS+= -lsupc++ -lgcc_s
.ENDIF
.ENDIF
+.ENDIF
SHL1DEF= $(MISC)$/$(SHL1TARGET).def