diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-13 15:32:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-13 15:32:23 +0000 |
commit | 5007501494c047fdf7bd182fbc03fe6589bdb9b9 (patch) | |
tree | c4de6e07906ec8a6287d515a670817c97c5fafa3 /vcl/util | |
parent | 85e23b7dfeb5fb3949db9f6b3281663249aea928 (diff) |
INTEGRATION: CWS ooo20040620 (1.54.24); FILE MERGED
2004/06/10 02:07:31 vq 1.54.24.2: #i27043# Fix syntax error.
2004/06/09 08:11:14 pjanik 1.54.24.1: #i27043#: Do not use -ldl on FreeBSD.
Contributed by Nakata Maho <maho@openoffice.org>.
Diffstat (limited to 'vcl/util')
-rw-r--r-- | vcl/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/util/makefile.mk b/vcl/util/makefile.mk index bb7c00cb0f98..f7e88ecbcc95 100644 --- a/vcl/util/makefile.mk +++ b/vcl/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.55 $ +# $Revision: 1.56 $ # -# last change: $Author: obo $ $Date: 2004-07-05 09:20:49 $ +# last change: $Author: rt $ $Date: 2004-07-13 16:32:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -207,7 +207,7 @@ SHL1DEPN= $(L)$/itools.lib $(L)$/sot.lib SHL1LIBS= $(LIB1TARGET) .IF "$(GUI)"!="UNX" SHL1OBJS= $(SLO)$/salshl.obj -.ELSE +.ELIF "$(OS)"!="FREEBSD" SHL1STDLIBS+=-ldl .ENDIF |