diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:05:19 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:05:19 +0000 |
commit | 71458397cff2d87594f12ef2d0cd27d1a54fa749 (patch) | |
tree | ac6af2190fd23842436861d95a18daab4d618604 /connectivity/source/dbtools | |
parent | 9585ab624b31b883af8c0bc11076fcb61e1c75fc (diff) |
INTEGRATION: CWS supdremove02 (1.13.56); FILE MERGED
2008/01/28 14:58:13 rt 1.13.56.1: #i85482# Remove UPD from library name
Diffstat (limited to 'connectivity/source/dbtools')
-rw-r--r-- | connectivity/source/dbtools/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/dbtools/makefile.mk b/connectivity/source/dbtools/makefile.mk index 911a28edfe92..00aa344a68a6 100644 --- a/connectivity/source/dbtools/makefile.mk +++ b/connectivity/source/dbtools/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: hr $ $Date: 2007-11-01 14:49:50 $ +# last change: $Author: obo $ $Date: 2008-02-25 16:05:19 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -60,7 +60,7 @@ LIB1FILES=\ # --- dynamic library --------------------------- -SHL1TARGET= $(DBTOOLS_TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET= $(DBTOOLS_TARGET)$(DLLPOSTFIX) SHL1STDLIBS=\ $(CPPULIB) \ $(CPPUHELPERLIB) \ |