diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 17:37:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 17:37:26 +0000 |
commit | 157ac5f92984087411eb97d96394f3e4215e92c3 (patch) | |
tree | bf87ee882f175819f80b1e1d42d764ea7bf9d7f5 /ucb | |
parent | fc5e9b721dd405998c5efdd723836118f4c2deda (diff) |
INTEGRATION: CWS geordi2q14 (1.20.50); FILE MERGED
2004/01/30 15:42:23 hr 1.20.50.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/makefile.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/ucb/source/ucp/webdav/makefile.mk b/ucb/source/ucp/webdav/makefile.mk index 8fc1675a7933..d436e12bb31e 100644 --- a/ucb/source/ucp/webdav/makefile.mk +++ b/ucb/source/ucp/webdav/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.20 $ +# $Revision: 1.21 $ # -# last change: $Author: vg $ $Date: 2003-07-25 11:39:54 $ +# last change: $Author: hr $ $Date: 2004-02-02 18:37:26 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -144,11 +144,6 @@ SHL1STDLIBS+= -lnsl -lsocket SHL1DEF=$(MISC)$/$(SHL1TARGET).def SHL1LIBS=$(LIB1TARGET) -# Make symbol renaming match library name for Mac OS X -.IF "$(OS)"=="MACOSX" -SYMBOLPREFIX=$(TARGET)$(UCP_VERSION) -.ENDIF - # --- Def-File --------------------------------------------------------- DEF1NAME=$(SHL1TARGET) |