summaryrefslogtreecommitdiff
path: root/helpcontent2/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-11-06 14:56:17 +0000
committerRüdiger Timm <rt@openoffice.org>2007-11-06 14:56:17 +0000
commit3f6c79cfee4f96da3aaa0e4d85cc514ac674e31c (patch)
tree3fcbfb5474884a16bea00810f8ddc4bfb7390d7b /helpcontent2/source
parent0d05d8d06a2538e7c575531c7bbd4377dcc3e75f (diff)
INTEGRATION: CWS execshellmacrogone (1.12.68); FILE MERGED
2007/10/24 06:35:40 rene 1.12.68.1: #i79760# krs patches for supressing "Executing shell macro..." output
Diffstat (limited to 'helpcontent2/source')
-rw-r--r--helpcontent2/source/auxiliary/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/helpcontent2/source/auxiliary/makefile.mk b/helpcontent2/source/auxiliary/makefile.mk
index e5e96b3d80..386d06305c 100644
--- a/helpcontent2/source/auxiliary/makefile.mk
+++ b/helpcontent2/source/auxiliary/makefile.mk
@@ -3,9 +3,9 @@
#* $Workfile:$
#*
#* Creation date KR 28.06.99
-#* last change $Author: obo $ $Date: 2007-01-25 15:32:14 $
+#* last change $Author: rt $ $Date: 2007-11-06 15:56:17 $
#*
-#* $Revision: 1.12 $
+#* $Revision: 1.13 $
#*
#* $Logfile:$
#*
@@ -38,9 +38,9 @@ ALLTAR : aux_dirs $(COMMONMISC)$/treefiles.done $(COMMONBIN)$/helpimg.ilst
.IF "$(WITH_LANG)"!=""
.IF "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt"
-t_aux_langdirs:=$(shell find ./ -name "*.cfg" | sed "s/\.\/\///" | sed "s/\.\///" )
+t_aux_langdirs:=$(shell @find ./ -name "*.cfg" | sed "s/\.\/\///" | sed "s/\.\///" )
.ELSE # "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt"
-t_aux_langdirs:=$(subst,./, $(shell $(FIND) ./ -name "*.cfg"))
+t_aux_langdirs:=$(subst,./, $(shell @$(FIND) ./ -name "*.cfg"))
.ENDIF # "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt"
aux_langdirs:=$(uniq $(t_aux_langdirs:d:d))