diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-26 07:49:17 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-26 07:49:17 +0000 |
commit | a1c0ebfc783b475aeeb5cd2c33702e5c9d7412f2 (patch) | |
tree | 3a632942dfd2f7962009c5d80c2a07424e4736d8 /xmlhelp/util | |
parent | d209700885485873741f4e9663622cec0377a35d (diff) |
INTEGRATION: CWS jl67 (1.11.6); FILE MERGED
2007/07/06 07:01:28 jl 1.11.6.1: #i77886# remove dependency of svl to vcl
Diffstat (limited to 'xmlhelp/util')
-rw-r--r-- | xmlhelp/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlhelp/util/makefile.mk b/xmlhelp/util/makefile.mk index e0533a6bf5df..df4a51462313 100644 --- a/xmlhelp/util/makefile.mk +++ b/xmlhelp/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: ihi $ $Date: 2007-06-05 18:29:45 $ +# last change: $Author: rt $ $Date: 2007-07-26 08:49:17 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -67,7 +67,7 @@ SHL1STDLIBS= \ $(SALLIB) \ $(EXPATASCII3RDLIB) \ $(UCBHELPERLIB) \ - $(SVLLIB) \ + $(SVTOOLLIB) \ $(BERKELEYLIB) \ $(XSLTLIB) |