diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-01-31 07:40:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-01-31 07:40:05 +0000 |
commit | 12a0bb91e71c8bcbf3106f435970eecd5f392a52 (patch) | |
tree | b409efa29577b744d8187b607ce48d2721769b60 /ucb | |
parent | 801662d9b8ca4f2f950ca77ecd2af3e470746da8 (diff) |
INTEGRATION: CWS macosxmapfiles (1.14.94); FILE MERGED
2007/01/11 14:11:41 tra 1.14.94.1: #69351# Map files are now supported on Mac OS X rudimentary
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/ftp/makefile.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ucb/source/ucp/ftp/makefile.mk b/ucb/source/ucp/ftp/makefile.mk index 5e0973746fda..b327a1feb34b 100644 --- a/ucb/source/ucp/ftp/makefile.mk +++ b/ucb/source/ucp/ftp/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: rt $ $Date: 2005-09-09 15:40:31 $ +# last change: $Author: rt $ $Date: 2007-01-31 08:40:05 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -81,10 +81,8 @@ LIB1OBJFILES=$(SLOFILES1) SHL1TARGET=$(TARGET)$(UCPFTP_MAJOR) SHL1IMPLIB=i$(TARGET) -.IF "$(OS)"=="MACOSX" -.ELSE + SHL1VERSIONMAP= $(TARGET).map -.ENDIF SHL1STDLIBS=\ $(CPPUHELPERLIB) \ |