diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:30:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:30:25 +0000 |
commit | 5ea67ae8d13011ee3f58696072c6af530ae0def3 (patch) | |
tree | 7f88e3c17ba1a41bbecec4c690b7155aa038c733 /sax/util | |
parent | 404d16290c5ca1c74d73f4058c61a25ec9c67e5c (diff) |
INTEGRATION: CWS supdremove02 (1.6.6); FILE MERGED
2008/01/28 14:28:47 rt 1.6.6.1: #i85482# Remove UPD from library name
Diffstat (limited to 'sax/util')
-rw-r--r-- | sax/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sax/util/makefile.mk b/sax/util/makefile.mk index e9cdfbbd5a42..2172753b638d 100644 --- a/sax/util/makefile.mk +++ b/sax/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: obo $ $Date: 2008-01-10 12:53:16 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:30:25 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -52,7 +52,7 @@ LIB1FILES=\ # sax -SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET= $(TARGET)$(DLLPOSTFIX) SHL1IMPLIB= i$(TARGET) SHL1USE_EXPORTS=ordinal |