summaryrefslogtreecommitdiff
path: root/store/util
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-05-09 14:41:55 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-05-09 14:41:55 +0000
commit087ed63e70ff0b29b038096a8ba105ad409f2ec7 (patch)
treef56a8976c62824fe0676f7cbd89ef14d2086c31d /store/util
parent6960637e085b07afc5e716b16ebdf4ef22f38fe7 (diff)
INTEGRATION: CWS cmcfixes25 (1.15.8); FILE MERGED
2006/05/05 11:32:42 cmc 1.15.8.1: #i63780# unnessary link
Diffstat (limited to 'store/util')
-rw-r--r--store/util/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/store/util/makefile.mk b/store/util/makefile.mk
index e818af975b24..bb3a0306fe27 100644
--- a/store/util/makefile.mk
+++ b/store/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: rt $ $Date: 2006-01-10 15:52:09 $
+# last change: $Author: hr $ $Date: 2006-05-09 15:41:55 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -85,7 +85,7 @@ SHL1STDLIBS+= -lsupc++
.IF "$(CCNUMVER)"<="000399999999"
SHL1STDLIBS+= -lsupc++
.ENDIF # CCNUMVER
-.ELSE
+.ELIF "$(CCNUMVER)"<="000400000999"
SHL1STDLIBS+= -lsupc++ -lgcc_s
.ENDIF
.ENDIF