diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:51:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:51:39 +0000 |
commit | ece1ea8af3098c1dba09a66334cb83a2475b2649 (patch) | |
tree | 7802961d5d8eee5d439bb9309598dc3e45b5f693 /basic/util | |
parent | e60e4ee9a54c6f201820f9497da216efc7f8ca98 (diff) |
INTEGRATION: CWS supdremove02 (1.22.84); FILE MERGED
2008/01/29 08:10:17 rt 1.22.84.1: #i85482# Remove UPD from library name
Diffstat (limited to 'basic/util')
-rw-r--r-- | basic/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/util/makefile.mk b/basic/util/makefile.mk index c3d9e0b795bb..36295409a35f 100644 --- a/basic/util/makefile.mk +++ b/basic/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.22 $ +# $Revision: 1.23 $ # -# last change: $Author: rt $ $Date: 2007-04-26 08:34:00 $ +# last change: $Author: obo $ $Date: 2008-02-25 16:51:39 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -55,7 +55,7 @@ LIB1FILES= \ $(SLB)$/runtime.lib \ $(SLB)$/sbx.lib -SHL1TARGET= sb$(UPD)$(DLLPOSTFIX) +SHL1TARGET= sb$(DLLPOSTFIX) SHL1IMPLIB= basic SHL1STDLIBS= \ |