diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-05-09 14:41:55 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-05-09 14:41:55 +0000 |
commit | 313b3b6134cd7834798ff215dc4d51cc41f1eba0 (patch) | |
tree | 938a978cbcd351b0868f703001660efd6470b586 /store/util | |
parent | f1749ebba1544ba2e2e3fe2487c9d02737b83da7 (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.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/store/util/makefile.mk b/store/util/makefile.mk index e818af975..bb3a0306f 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 |