summaryrefslogtreecommitdiff
path: root/extensions/qa
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-05-04 08:00:35 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-05-04 08:00:35 +0000
commit3b2c5066de17da9c7978abe00dbf585149b0fd7e (patch)
tree993be2424a9c0c3d974818b9473740f91a166604 /extensions/qa
parent633dbf9bd78be31d3284557b86c6d68d05f8e00e (diff)
INTEGRATION: CWS dba203c (1.2.14); FILE MERGED
2006/05/03 08:35:27 fs 1.2.14.1: some less shell calls
Diffstat (limited to 'extensions/qa')
-rw-r--r--extensions/qa/integration/extensions/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/qa/integration/extensions/makefile.mk b/extensions/qa/integration/extensions/makefile.mk
index e472088b0676..bfcca3e9518f 100644
--- a/extensions/qa/integration/extensions/makefile.mk
+++ b/extensions/qa/integration/extensions/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: vg $ $Date: 2006-03-31 12:18:36 $
+# last change: $Author: rt $ $Date: 2006-05-04 09:00:35 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -45,8 +45,8 @@ PACKAGE = integration$/$(PRJNAME)
#----- compile .java files -----------------------------------------
JARFILES = ridl.jar unoil.jar jurt.jar juh.jar jut.jar java_uno.jar OOoRunner.jar
-JAVAFILES = $(shell $(FIND) .$/*.java)
-JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
+JAVAFILES := $(shell $(FIND) .$/*.java)
+JAVACLASSFILES := $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
#----- make a jar from compiled files ------------------------------