diff options
-rw-r--r-- | scripting/workben/ifc/scripting/makefile.mk | 6 | ||||
-rw-r--r-- | scripting/workben/mod/_scripting/makefile.mk | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/scripting/workben/ifc/scripting/makefile.mk b/scripting/workben/ifc/scripting/makefile.mk index 7ca0704cf59e..50d952e1d7d6 100644 --- a/scripting/workben/ifc/scripting/makefile.mk +++ b/scripting/workben/ifc/scripting/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-09-09 02:44:04 $ +# last change: $Author: rt $ $Date: 2007-11-06 15:37:43 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -41,7 +41,7 @@ TARGET = testcase .INCLUDE: settings.mk JARFILES = ridl.jar unoil.jar jurt.jar juh.jar $(CLASSPATH)$ -JAVAFILES = $(foreach,j,$(shell ls | grep java) $j) +JAVAFILES = $(foreach,j,$(shell @ls | grep java) $j) # --- Targets ------------------------------------------------------ diff --git a/scripting/workben/mod/_scripting/makefile.mk b/scripting/workben/mod/_scripting/makefile.mk index 8a398f0bff0c..1766e10cb20f 100644 --- a/scripting/workben/mod/_scripting/makefile.mk +++ b/scripting/workben/mod/_scripting/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-09-09 02:48:25 $ +# last change: $Author: rt $ $Date: 2007-11-06 15:37:58 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -41,7 +41,7 @@ TARGET = testcase .INCLUDE: settings.mk JARFILES = ridl.jar unoil.jar jurt.jar juh.jar $(CLASSPATH) -JAVAFILES = $(foreach,j,$(shell ls | grep java) $j) +JAVAFILES = $(foreach,j,$(shell @ls | grep java) $j) # --- Targets ------------------------------------------------------ |