summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/makefile.mk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-06-07 05:25:35 +0000
committerOliver Bolte <obo@openoffice.org>2007-06-07 05:25:35 +0000
commitae593aa9b5db2bb7e0bf0591b9c94807243f78ed (patch)
treeed21a443357d128517577534883a59468cb1c853 /ucb/source/ucp/webdav/makefile.mk
parent497ae12de22518e962aa1cc6bc825badeb3d5e01 (diff)
#i10000# typo
Diffstat (limited to 'ucb/source/ucp/webdav/makefile.mk')
-rw-r--r--ucb/source/ucp/webdav/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/makefile.mk b/ucb/source/ucp/webdav/makefile.mk
index 84c4d1ea4259..e751905a0fde 100644
--- a/ucb/source/ucp/webdav/makefile.mk
+++ b/ucb/source/ucp/webdav/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.35 $
+# $Revision: 1.36 $
#
-# last change: $Author: ihi $ $Date: 2007-06-05 18:20:24 $
+# last change: $Author: obo $ $Date: 2007-06-07 06:25:35 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -128,7 +128,7 @@ SHL1STDLIBS=\
.IF "$(GUI)"=="WNT"
SHL1STDLIBS+= $(WSOCK32LIB)
.ENDIF # WNT
-.IF "WINDOWS_VISTA_PSDK" != ""
+.IF "$(WINDOWS_VISTA_PSDK)" != ""
SHL1STDLIBS+= ws2_32.lib
.ENDIF
.IF "$(OS)"=="SOLARIS"