diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-03-02 06:21:44 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-03-02 06:21:44 +0000 |
commit | e2efb71af3be53598a4ae78dd145c2567d559736 (patch) | |
tree | e96f95b9bf2acb4b9752cd648c8bc2805cb3076f /ucbhelper/source | |
parent | 46f9afe549487c4070c4bd9b1ae7d6827c941abd (diff) |
Removed compiling of staticmb*.cxx files for Mac OS X now that we have automated this process
Diffstat (limited to 'ucbhelper/source')
-rw-r--r-- | ucbhelper/source/client/makefile.mk | 11 | ||||
-rw-r--r-- | ucbhelper/source/provider/makefile.mk | 11 |
2 files changed, 4 insertions, 18 deletions
diff --git a/ucbhelper/source/client/makefile.mk b/ucbhelper/source/client/makefile.mk index 1b066120550c..fa0acdf3fc00 100644 --- a/ucbhelper/source/client/makefile.mk +++ b/ucbhelper/source/client/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: kso $ $Date: 2001-02-05 15:52:01 $ +# last change: $Author: pluby $ $Date: 2001-03-02 07:20:22 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -87,13 +87,6 @@ SLOFILES=\ .ENDIF -# SCO and MACOSX: the linker does know about weak -# symbols, but we can't ignore multiple defined symbols - -.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX" -SLOFILES+=$(SLO)$/staticmbclient.obj -.ENDIF - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk diff --git a/ucbhelper/source/provider/makefile.mk b/ucbhelper/source/provider/makefile.mk index 943f9b3941a4..59db770032a4 100644 --- a/ucbhelper/source/provider/makefile.mk +++ b/ucbhelper/source/provider/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: kso $ $Date: 2001-02-12 11:56:23 $ +# last change: $Author: pluby $ $Date: 2001-03-02 07:20:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -95,13 +95,6 @@ SLOFILES=\ .ENDIF -# SCO and MACOSX: the linker does know about weak -# symbols, but we can't ignore multiple defined symbols - -.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX" -SLOFILES+=$(SLO)$/staticmbprovider.obj -.ENDIF - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |