diff options
-rw-r--r-- | uui/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/util/makefile.mk b/uui/util/makefile.mk index 6bead307953a..495625d81d39 100644 --- a/uui/util/makefile.mk +++ b/uui/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: ihi $ $Date: 2007-11-21 16:25:10 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:46:05 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -43,7 +43,7 @@ NO_BSYMBOLIC = true .INCLUDE: settings.mk -SHL1TARGET = $(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET = $(TARGET)$(DLLPOSTFIX) SHL1IMPLIB = i$(TARGET) SHL1VERSIONMAP = exports.map |