diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-11-06 14:51:51 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-11-06 14:51:51 +0000 |
commit | e392345b75c323c6e639d07c099a0c646ec737b9 (patch) | |
tree | 0987fa3957f81d1e25b6ff2a9582ddb96f4354e5 /i18npool/source/collator | |
parent | a00358ae27d556bf9d04b33ba9eb9b3bf2d128fc (diff) |
INTEGRATION: CWS execshellmacrogone (1.4.56); FILE MERGED
2007/10/24 06:35:41 rene 1.4.56.1: #i79760# krs patches for supressing "Executing shell macro..." output
Diffstat (limited to 'i18npool/source/collator')
-rw-r--r-- | i18npool/source/collator/data/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/i18npool/source/collator/data/makefile.mk b/i18npool/source/collator/data/makefile.mk index fe4a4cf38698..64de0deff019 100644 --- a/i18npool/source/collator/data/makefile.mk +++ b/i18npool/source/collator/data/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: obo $ $Date: 2007-01-25 15:26:03 $ +# last change: $Author: rt $ $Date: 2007-11-06 15:51:12 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -58,7 +58,7 @@ SHL1VERSIONMAP=$(SHL1TARGET).map SHL1DEF=$(MISC)$/$(SHL1TARGET).def DEF1NAME=$(SHL1TARGET) -DATA_TXTFILES:=$(shell ls ./*.txt) +DATA_TXTFILES:=$(shell @ls ./*.txt) SHL1OBJS=$(subst,./,$(SLO)$/collator_ $(DATA_TXTFILES:s/.txt/.obj/)) LIB1TARGET= $(SLB)$/$(SHL1TARGET).lib @@ -71,5 +71,5 @@ $(MISC)$/collator_%.cxx : %.txt $(BIN)$/gencoll_rule $< $@ $* # ugly - is this dependency really required here? -$(foreach,i,$(shell $(FIND) . -name "*.txt") $(MISC)$/dict_$(i:b).cxx) : $(BIN)$/gencoll_rule +$(foreach,i,$(shell @$(FIND) . -name "*.txt") $(MISC)$/dict_$(i:b).cxx) : $(BIN)$/gencoll_rule |