diff options
Diffstat (limited to 'sj2/util')
-rw-r--r-- | sj2/util/makefile.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sj2/util/makefile.mk b/sj2/util/makefile.mk index 28b6bd8bec2d..d56e45efa08b 100644 --- a/sj2/util/makefile.mk +++ b/sj2/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: kz $ $Date: 2004-03-25 14:56:35 $ +# last change: $Author: obo $ $Date: 2004-06-01 09:13:55 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -83,12 +83,11 @@ SHL1IMPLIB= $(TARGET) SHL1STDLIBS= \ $(VCLLIB) \ - $(UNOTOOLSLIB) \ + $(UNOTOOLSLIB) \ $(TOOLSLIB) \ - $(CPPULIB) \ + $(CPPULIB) \ $(SALLIB) \ $(JVMACCESSLIB) - SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1DEF= $(MISC)$/$(SHL1TARGET).def |