diff options
-rw-r--r-- | xmlscript/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/util/makefile.mk b/xmlscript/util/makefile.mk index 8eef6ec7cc60..a5d57f378fd6 100644 --- a/xmlscript/util/makefile.mk +++ b/xmlscript/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: obo $ $Date: 2007-01-25 15:37:19 $ +# last change: $Author: obo $ $Date: 2008-02-25 16:53:16 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -56,7 +56,7 @@ LIB1FILES= \ $(SLB)$/xmlflat_imexp.lib \ $(SLB)$/misc.lib -SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1LIBS= \ $(LIB1TARGET) |