diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:25:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:25:12 +0000 |
commit | d185965cdbb46ee90c161b1e8b370184e7513873 (patch) | |
tree | 8d93ac5557d48cf092edd439050d692b31091983 /xmlsecurity/tools | |
parent | 150cc2b928e6e842c93173b6f629efd120a89d24 (diff) |
INTEGRATION: CWS ause069 (1.2.98); FILE MERGED
2007/01/17 14:28:46 hjs 1.2.98.1: #i70359# no forced shell required here
Diffstat (limited to 'xmlsecurity/tools')
-rw-r--r-- | xmlsecurity/tools/uno/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/tools/uno/makefile.mk b/xmlsecurity/tools/uno/makefile.mk index 45c447312f34..3146e2289a9a 100644 --- a/xmlsecurity/tools/uno/makefile.mk +++ b/xmlsecurity/tools/uno/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2005-09-09 17:46:07 $ +# last change: $Author: obo $ $Date: 2007-01-25 13:25:12 $ # # 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 ------------------------------------------------------ |