diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:43:51 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:43:51 +0000 |
commit | a123a27239557b3ab8b857c91ecd9a2bd46ed8d9 (patch) | |
tree | 909a0c02336aca88ad182dec084dbe166896da4e /lingucomponent/source/hyphenator | |
parent | c3cde7e8cbcdf468217cbda6103cba0f1c38bec9 (diff) |
INTEGRATION: CWS supdremove02 (1.16.14); FILE MERGED
2008/01/28 16:15:23 rt 1.16.14.1: #i85482# Remove UPD from library name
Diffstat (limited to 'lingucomponent/source/hyphenator')
-rw-r--r-- | lingucomponent/source/hyphenator/altlinuxhyph/hyphen/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/makefile.mk b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/makefile.mk index 768dc598122d..f7b7cc4b3d34 100644 --- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/makefile.mk +++ b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: kz $ $Date: 2007-12-12 13:23:48 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:43:51 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -89,7 +89,7 @@ SLOFILES= \ $(SLO)$/hyphenimp.obj -SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET= $(TARGET)$(DLLPOSTFIX) SHL1STDLIBS= \ $(CPPULIB) \ |