From a03ddd50b97f45535a0cff268b8e8744941fbc79 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 --- stoc/source/javaloader/makefile.mk | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'stoc/source/javaloader') diff --git a/stoc/source/javaloader/makefile.mk b/stoc/source/javaloader/makefile.mk index 08aca51c2bc1..26d0aedde74b 100644 --- a/stoc/source/javaloader/makefile.mk +++ b/stoc/source/javaloader/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: pluby $ $Date: 2001-02-12 01:33:35 $ +# last change: $Author: pluby $ $Date: 2001-03-02 07:18:41 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -101,11 +101,6 @@ UNOTYPES= \ SLOFILES= $(SLO)$/javaloader.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)$/staticmbjavaloader.obj -.ENDIF - SHL1TARGET= $(TARGET) SHL1STDLIBS=\ -- cgit