diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-11-06 14:50:57 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-11-06 14:50:57 +0000 |
commit | a00358ae27d556bf9d04b33ba9eb9b3bf2d128fc (patch) | |
tree | fb17e28f4299a28baaf1c55a1cc22a6ff9cb4234 /i18npool | |
parent | 4db6c3e78e2928b0d02d5fe23e0d0222fb7ae483 (diff) |
INTEGRATION: CWS execshellmacrogone (1.13.28); FILE MERGED
2007/10/24 08:35:37 rene 1.13.28.2: RESYNC: (1.13-1.14); FILE MERGED
2007/10/24 06:35:40 rene 1.13.28.1: #i79760# krs patches for supressing "Executing shell macro..." output
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/collator/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/source/collator/makefile.mk b/i18npool/source/collator/makefile.mk index af9283b52217..f05f4cea2986 100644 --- a/i18npool/source/collator/makefile.mk +++ b/i18npool/source/collator/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: hr $ $Date: 2007-11-02 12:37:29 $ +# last change: $Author: rt $ $Date: 2007-11-06 15:50:57 $ # # 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 @@ ENABLE_EXCEPTIONS=TRUE # --- Files -------------------------------------------------------- -tempvar:=$(shell cd data && ls *.txt) +tempvar:=$(shell @cd data && ls *.txt) LOCAL_RULE_LANGS:=$(uniq $(foreach,i,$(tempvar) $(i:s/-/_/:s/_/ /:1))) rules_dependencies:=$(foreach,i,$(tempvar) data$/$i) |