diff options
author | Patrick Luby <patrick.luby@openoffice.org> | 2000-09-28 14:45:56 +0000 |
---|---|---|
committer | Patrick Luby <patrick.luby@openoffice.org> | 2000-09-28 14:45:56 +0000 |
commit | 75e996ec1ebda917e6b63057b4c65bd2f99d6ac4 (patch) | |
tree | 13ad3a48a475b720117e308936051f0e87f2af54 /unotools/util | |
parent | 8bba2cd1ecdf0905da38e328a829f1a4582251c6 (diff) |
Removed ucbhelp.lib from link list since it is no longer built in this project.
Diffstat (limited to 'unotools/util')
-rw-r--r-- | unotools/util/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/unotools/util/makefile.mk b/unotools/util/makefile.mk index 0c710314e3d7..49f1ad966c46 100644 --- a/unotools/util/makefile.mk +++ b/unotools/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: mba $ $Date: 2000-09-28 11:24:03 $ +# last change: $Author: patrick.luby $ $Date: 2000-09-28 15:45:56 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -86,7 +86,6 @@ LIB1FILES=\ $(SLB)$/evtattmgr.lib \ $(SLB)$/config.lib \ $(SLB)$/container.lib \ - $(SLB)$/ucbhelp.lib \ $(SLB)$/procfact.lib # NETBSD: somewhere we have to instantiate the static data members. |