diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-11-06 15:11:40 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-11-06 15:11:40 +0000 |
commit | db96fe080b65a1a0f35555405a78165c914e35a7 (patch) | |
tree | 0c297657bfa8f5ac8c52a9b2f518bbb29019c3ed /connectivity/qa | |
parent | 79cf696a2d252696eba258b91f213d24aea16d78 (diff) |
INTEGRATION: CWS execshellmacrogone (1.4.88); FILE MERGED
2007/10/24 08:30:38 rene 1.4.88.2: RESYNC: (1.4-1.5); FILE MERGED
2007/10/24 06:35:37 rene 1.4.88.1: #i79760# krs patches for supressing "Executing shell macro..." output
Diffstat (limited to 'connectivity/qa')
-rw-r--r-- | connectivity/qa/connectivity/tools/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/qa/connectivity/tools/makefile.mk b/connectivity/qa/connectivity/tools/makefile.mk index e54515f65683..aa6fc20558c9 100644 --- a/connectivity/qa/connectivity/tools/makefile.mk +++ b/connectivity/qa/connectivity/tools/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hr $ $Date: 2007-11-02 12:12:48 $ +# last change: $Author: rt $ $Date: 2007-11-06 16:11:40 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -52,9 +52,9 @@ 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 $/ .IF "$(GUI)"=="OS2" -JAVAFILES := $(shell ls ./*.java) +JAVAFILES := $(shell @ls ./*.java) .ELSE -JAVAFILES := $(shell $(FIND) ./*.java) +JAVAFILES := $(shell @$(FIND) ./*.java) .ENDIF JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class) |