diff options
author | Noel Power <npower@openoffice.org> | 2003-02-20 09:56:29 +0000 |
---|---|---|
committer | Noel Power <npower@openoffice.org> | 2003-02-20 09:56:29 +0000 |
commit | e9e8dd25712e0ec6a4c9535d34d708da087f914a (patch) | |
tree | 7e4067fdeb23446e5824a791ad29af91a6685fe1 /scripting/source | |
parent | ff512a779f18c13a7603a776031828a9448fc915 (diff) |
Removed link line for tool ( not necessary and also introduces non UDK dependency )
Diffstat (limited to 'scripting/source')
-rw-r--r-- | scripting/source/runtimemgr/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripting/source/runtimemgr/makefile.mk b/scripting/source/runtimemgr/makefile.mk index 75135cc70d57..2956f46410a6 100644 --- a/scripting/source/runtimemgr/makefile.mk +++ b/scripting/source/runtimemgr/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: npower $ $Date: 2003-02-13 14:29:21 $ +# last change: $Author: npower $ $Date: 2003-02-20 10:56:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -84,7 +84,6 @@ SLOFILES=\ SHL1TARGET= $(TARGET) SHL1STDLIBS= \ - $(TOOLSLIB) \ $(CPPULIB) \ $(CPPUHELPERLIB) \ $(SALLIB) |