diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:28:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:28:59 +0000 |
commit | d6cf0f1baa1deff5c8c9db4968776a256c1c9b33 (patch) | |
tree | c5e79430d07410ed72c7cc2d066ba83fda827d81 /psprint | |
parent | b41b0858982d6964dae701a86dc38d254b549eda (diff) |
INTEGRATION: CWS supdremove02 (1.7.46); FILE MERGED
2008/01/29 08:15:18 rt 1.7.46.1: #i85482# Remove UPD from library name
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/source/printer/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/source/printer/makefile.mk b/psprint/source/printer/makefile.mk index e3e42e0ddf5f..5a1f8cacd493 100644 --- a/psprint/source/printer/makefile.mk +++ b/psprint/source/printer/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: obo $ $Date: 2007-06-11 14:20:39 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:28:59 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -67,7 +67,7 @@ SLOFILES=\ .INCLUDE : target.mk -XSALSETLIBNAME=$(DLLPRE)spa$(UPD)$(DLLPOSTFIX)$(DLLPOST) +XSALSETLIBNAME=$(DLLPRE)spa$(DLLPOSTFIX)$(DLLPOST) $(INCCOM)$/rtsname.hxx: rm -f $(INCCOM)$/rtsname.hxx ; \ |