Tag: cws_src680_vq30
User: hjs     
Date: 06/04/26 10:52:42

Modified:
 /dba/connectivity/qa/connectivity/tools/
  makefile.mk

Log:
 #i64429# just one find call

File Changes:

Directory: /dba/connectivity/qa/connectivity/tools/
===================================================

File [changed]: makefile.mk
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/qa/connectivity/tools/makefile.mk?r1=1.2.42.1&r2=1.2.42.2
Delta lines:  +3 -3
-------------------
--- makefile.mk 17 Apr 2006 15:20:03 -0000      1.2.42.1
+++ makefile.mk 26 Apr 2006 17:52:39 -0000      1.2.42.2
@@ -4,9 +4,9 @@
 #
 #   $RCSfile: makefile.mk,v $
 #
-#   $Revision: 1.2.42.1 $
+#   $Revision: 1.2.42.2 $
 #
-#   last change: $Author: vq $ $Date: 2006/04/17 15:20:03 $
+#   last change: $Author: hjs $ $Date: 2006/04/26 17:52:39 $
 #
 #   The Contents of this file are made available subject to
 #   the terms of GNU Lesser General Public License Version 2.1.
@@ -47,7 +47,7 @@
 JARFILES        = ridl.jar unoil.jar jurt.jar juh.jar jut.jar java_uno.jar
 # Do not use $/ with the $(FIND) command as for W32-4nt this leads to a 
backslash
 # in a posix command. In this special case use / instead of $/
-JAVAFILES       = $(shell $(FIND) ./*.java)
+JAVAFILES       := $(shell $(FIND) ./*.java)
 JAVACLASSFILES = $(foreach,i,$(JAVAFILES) 
$(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
 
 #----- make a jar from compiled files ------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to