diff options
-rw-r--r-- | framework/test/threadtest/makefile.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/framework/test/threadtest/makefile.mk b/framework/test/threadtest/makefile.mk index 08ebbb7952aa..d000da33dc08 100644 --- a/framework/test/threadtest/makefile.mk +++ b/framework/test/threadtest/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hr $ $Date: 2003-07-16 17:40:25 $ +# last change: $Author: hr $ $Date: 2004-02-02 23:06:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -87,10 +87,6 @@ APP1OBJS= $(SLO)$/threadtest.obj \ # [ed] 6/16/02 Add the transaction manager library on OS X -.IF "$(OS)$(CVER)"=="MACOSXC295" -APP1OBJS+= $(SLO)$/transactionmanager.obj -.ENDIF - APP1STDLIBS= $(CPPULIB) \ $(CPPUHELPERLIB) \ $(OSLLIB) \ |