diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:36:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:36:21 +0000 |
commit | 8986ac712f5e0d3097edb20d990b050d6da72bb5 (patch) | |
tree | e9674c12a6bc73d7b872291038f199abbdd225bd /extensions/test | |
parent | aeefec8ca7d2250ae2b6b212dfc10578ab96615e (diff) |
INTEGRATION: CWS supdremove02 (1.3.158); FILE MERGED
2008/01/25 15:58:56 rt 1.3.158.1: #i85482# Remove UPD from library names.
Diffstat (limited to 'extensions/test')
-rw-r--r-- | extensions/test/sax/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/test/sax/makefile.mk b/extensions/test/sax/makefile.mk index 7d9a923cef86..9d6073c90469 100644 --- a/extensions/test/sax/makefile.mk +++ b/extensions/test/sax/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: obo $ $Date: 2007-03-09 08:42:10 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:36:21 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -51,7 +51,7 @@ LIB1TARGET= $(SLB)$/$(TARGET).lib LIB1OBJFILES= $(OBJFILES) -SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET= $(TARGET)$(DLLPOSTFIX) SHL1STDLIBS= \ $(VOSLIB) \ |