diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-18 13:47:54 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-18 13:47:54 +0000 |
commit | c7eae5a050891573292b6352a66cf32a5fd06fd7 (patch) | |
tree | 13647314afbc8e312f1d3a05eadb0929b1fcdd23 /store | |
parent | 6666bd6353cef32da36ed0bac7f5d38208716362 (diff) |
INTEGRATION: CWS geordi2q01 (1.10.8); FILE MERGED
2003/08/18 13:31:30 hr 1.10.8.1: #i18350#: join changes from CWS ooo11rc3
Diffstat (limited to 'store')
-rw-r--r-- | store/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/store/util/makefile.mk b/store/util/makefile.mk index d806b0b75..732ea5578 100644 --- a/store/util/makefile.mk +++ b/store/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: hr $ $Date: 2003-07-16 17:56:06 $ +# last change: $Author: hjs $ $Date: 2003-08-18 14:47:54 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -107,6 +107,8 @@ SHL1STDLIBS+= -lsupc++ .ELSE .IF "$(OS)"!="MACOSX" SHL1STDLIBS+= -lsupc++ -lgcc_s +.ELSE +SHL1STDLIBS+= -lsupc++ .ENDIF .ENDIF .ENDIF |