diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-08-15 08:19:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-08-15 08:19:04 +0000 |
commit | 55480a8105eae134a70bb11ced918f9c519029ec (patch) | |
tree | b1d5869234eee48e4de10de9203b814d98645b58 /svx/util | |
parent | 115a509ca8ff10f33ffcb12a06dc3793ce83e96d (diff) |
cleared up
Diffstat (limited to 'svx/util')
-rw-r--r-- | svx/util/makefile.mk | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/svx/util/makefile.mk b/svx/util/makefile.mk index b2e79ef822b1..ccb2419accd6 100644 --- a/svx/util/makefile.mk +++ b/svx/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: er $ $Date: 2001-08-13 14:53:42 $ +# last change: $Author: kz $ $Date: 2001-08-15 09:19:04 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -127,11 +127,6 @@ SHL1STDLIBS+=\ $(SHELLLIB) .ENDIF -.IF "$(TF_UCB)" == "" -SHL1STDLIBS+=\ - $(CHAOSLIB) -.ENDIF - .IF "$(BIG_SVX)"=="" .IF "$(GUI)"=="OS2" SHL1STDLIBS+=\ @@ -193,11 +188,6 @@ SHL2STDLIBS= \ $(UCBHELPERLIB) \ $(COMPHELPERLIB) -.IF "$(TF_UCB)" == "" -SHL2STDLIBS+=\ - $(CHAOSLIB) -.ENDIF - .IF "$(GUI)"=="WNT" SHL2STDLIBS+=\ $(SHELLLIB) |