summaryrefslogtreecommitdiff
path: root/scripting/workben/mod/_scripting/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/workben/mod/_scripting/makefile.mk')
-rw-r--r--scripting/workben/mod/_scripting/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/workben/mod/_scripting/makefile.mk b/scripting/workben/mod/_scripting/makefile.mk
index 70789a34fb0b..a8fd0cc0cd16 100644
--- a/scripting/workben/mod/_scripting/makefile.mk
+++ b/scripting/workben/mod/_scripting/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: toconnor $ $Date: 2002-11-20 14:11:25 $
+# last change: $Author: rt $ $Date: 2004-07-23 14:55:15 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -67,7 +67,7 @@ TARGET = testcase
# --- Settings -----------------------------------------------------
.INCLUDE: settings.mk
-JARFILES = sandbox.jar ridl.jar unoil.jar jurt.jar juh.jar $(CLASSPATH)
+JARFILES = ridl.jar unoil.jar jurt.jar juh.jar $(CLASSPATH)
JAVAFILES = $(foreach,j,$(shell ls | grep java) $j)
# --- Targets ------------------------------------------------------