summaryrefslogtreecommitdiff
path: root/extensions/qa
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-11-06 14:41:37 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-11-06 14:41:37 +0000
commit1022e9e77f7ce2a7266dfb3c90a2ae355eb4d950 (patch)
treec183cb537ead8a690564916770caa041a96a3dda /extensions/qa
parent35198c4f65cd9c3b9f15d1ec2d290de334228e50 (diff)
INTEGRATION: CWS execshellmacrogone (1.5.16); FILE MERGED
2007/10/24 08:33:00 rene 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/24 06:35:39 rene 1.5.16.1: #i79760# krs patches for supressing "Executing shell macro..." output
Diffstat (limited to 'extensions/qa')
-rw-r--r--extensions/qa/complex/extensions/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/qa/complex/extensions/makefile.mk b/extensions/qa/complex/extensions/makefile.mk
index 12d676b4869b..f20a63518dfe 100644
--- a/extensions/qa/complex/extensions/makefile.mk
+++ b/extensions/qa/complex/extensions/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: rt $ $Date: 2007-07-24 13:19:08 $
+# last change: $Author: rt $ $Date: 2007-11-06 15:41:37 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -78,7 +78,7 @@ RESLIB2SRSFILES=$(RES2FILELIST)
#----- compile .java files -----------------------------------------
JARFILES = ridl.jar unoil.jar jurt.jar juh.jar jut.jar java_uno.jar OOoRunner.jar ConnectivityTools.jar
-JAVAFILES = $(shell $(FIND) .$/*.java)
+JAVAFILES = $(shell @$(FIND) .$/*.java)
JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
#----- make a jar from compiled files ------------------------------