diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 17:36:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 17:36:22 +0000 |
commit | 99f1da52c670e0a31e37b785d7171945336f8ff4 (patch) | |
tree | cef0b924d09667beedff05504972c332870b799b /ucb | |
parent | 101c0612ca1ffe4c182799f3ad175d071ce939f0 (diff) |
INTEGRATION: CWS geordi2q14 (1.11.50); FILE MERGED
2004/01/30 15:42:20 hr 1.11.50.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/ftp/makefile.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/ucb/source/ucp/ftp/makefile.mk b/ucb/source/ucp/ftp/makefile.mk index 850308341fac..24bc2326bc63 100644 --- a/ucb/source/ucp/ftp/makefile.mk +++ b/ucb/source/ucp/ftp/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: vg $ $Date: 2003-07-25 11:38:46 $ +# last change: $Author: hr $ $Date: 2004-02-02 18:36:22 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -122,11 +122,6 @@ SHL1DEF=$(MISC)$/$(SHL1TARGET).def SHL1LIBS= \ $(LIB1TARGET) -# Make symbol renaming match library name for Mac OS X -.IF "$(OS)"=="MACOSX" -SYMBOLPREFIX=$(TARGET)$(UCPFTP_MAJOR) -.ENDIF - # --- Def-File --------------------------------------------------------- DEF1NAME=$(SHL1TARGET) |