From f16945969976607274949f89ddfeaf389c5fe217 Mon Sep 17 00:00:00 2001 From: Patrick Luby Date: Fri, 2 Mar 2001 06:21:44 +0000 Subject: Removed compiling of staticmb*.cxx files for Mac OS X now that we have automated this process --- eventattacher/source/makefile.mk | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'eventattacher') diff --git a/eventattacher/source/makefile.mk b/eventattacher/source/makefile.mk index 8f56ac6b07e8..04ac4568da1a 100644 --- a/eventattacher/source/makefile.mk +++ b/eventattacher/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: svesik $ $Date: 2001-02-02 19:06:24 $ +# last change: $Author: pluby $ $Date: 2001-03-02 07:14:22 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -104,10 +104,6 @@ UNOTYPES= \ SLOFILES= \ $(SLO)$/eventattacher.obj -# 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)$/staticmb.obj -.ENDIF SHL1TARGET= $(TARGET) -- cgit