summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sj2/util/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sj2/util/makefile.mk b/sj2/util/makefile.mk
index a1593732addf..43aee601e343 100644
--- a/sj2/util/makefile.mk
+++ b/sj2/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.13 $
+# $Revision: 1.14 $
#
-# last change: $Author: ihi $ $Date: 2006-06-29 11:15:47 $
+# last change: $Author: obo $ $Date: 2007-03-12 10:47:12 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -56,7 +56,6 @@ SHL1IMPLIB= $(TARGET)
SHL1STDLIBS= \
$(VCLLIB) \
- $(UNOTOOLSLIB) \
$(TOOLSLIB) \
$(CPPULIB) \
$(SALLIB)
@@ -81,6 +80,7 @@ DEF1CEXP =Java
JARTARGET=classes.jar
JARCLASSDIRS=stardiv
+JARCLASSPATH = sandbox.jar
# --- Targets ------------------------------------------------------