diff options
author | Martin Gallwey <mtg@openoffice.org> | 2000-11-21 11:09:19 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2000-11-21 11:09:19 +0000 |
commit | b0630d2fea9c9c9c34d69bb587345b363414491b (patch) | |
tree | 37bd60b560a0689cc0d341b99e50b951b4be89f4 /package/util | |
parent | 9dd0bf290dd05d8d840ece0356b6e88842a4c2f0 (diff) |
removed $(TOOLSLIB)
Diffstat (limited to 'package/util')
-rw-r--r-- | package/util/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/util/makefile.mk b/package/util/makefile.mk index d03bceab43cc..8ce2c80f65e2 100644 --- a/package/util/makefile.mk +++ b/package/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: kso $ $Date: 2000-11-21 11:43:53 $ +# last change: $Author: mtg $ $Date: 2000-11-21 12:09:19 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -96,7 +96,6 @@ SHL1STDLIBS=\ $(CPPUHELPERLIB) \ $(COMPHELPERLIB) \ $(SALLIB) \ - $(TOOLSLIB) \ $(ZLIB3RDLIB) SHL1DEF=$(MISC)$/$(SHL1TARGET).def |