summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-11-06 14:48:35 +0000
committerRüdiger Timm <rt@openoffice.org>2007-11-06 14:48:35 +0000
commit8c0ea07b6fe804c5e63156ce7f804364e81ba29c (patch)
treef25ee09e0dd380f097f0ff74b0dffd3af8c6d71d /xmlsecurity
parentd4159157ac6a4ac32c0c166f8bfc3478cf88e319 (diff)
INTEGRATION: CWS execshellmacrogone (1.3.40); FILE MERGED
2007/10/24 06:35:53 rene 1.3.40.1: #i79760# krs patches for supressing "Executing shell macro..." output
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/tools/uno/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/tools/uno/makefile.mk b/xmlsecurity/tools/uno/makefile.mk
index 3146e2289a9a..80fad491f972 100644
--- a/xmlsecurity/tools/uno/makefile.mk
+++ b/xmlsecurity/tools/uno/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 13:25:12 $
+# last change: $Author: rt $ $Date: 2007-11-06 15:48:35 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -46,7 +46,7 @@ USE_JAVAVER:=TRUE
.INCLUDE : $(PRJ)$/util$/target.pmk
JARFILES = java_uno.jar sandbox.jar jurt.jar unoil.jar ridl.jar juh.jar
-JAVAFILES := $(shell ls *.java)
+JAVAFILES := $(shell @ls *.java)
JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
# --- Targets ------------------------------------------------------