summaryrefslogtreecommitdiff
path: root/i18npool/source/textconversion/data
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-11-06 14:51:51 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-11-06 14:51:51 +0000
commite392345b75c323c6e639d07c099a0c646ec737b9 (patch)
tree0987fa3957f81d1e25b6ff2a9582ddb96f4354e5 /i18npool/source/textconversion/data
parenta00358ae27d556bf9d04b33ba9eb9b3bf2d128fc (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/textconversion/data')
-rw-r--r--i18npool/source/textconversion/data/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/i18npool/source/textconversion/data/makefile.mk b/i18npool/source/textconversion/data/makefile.mk
index 58bda72dbbc9..c7e0f3aa6be3 100644
--- a/i18npool/source/textconversion/data/makefile.mk
+++ b/i18npool/source/textconversion/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:38 $
+# last change: $Author: rt $ $Date: 2007-11-06 15:51:51 $
#
# 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_FILES:=$(shell ls ./*.dic)
+DATA_FILES:=$(shell @ls ./*.dic)
SHL1OBJS=$(subst,./,$(SLO)$/ $(DATA_FILES:s/.dic/.obj/))
LIB1TARGET= $(SLB)$/$(SHL1TARGET).lib
@@ -72,5 +72,5 @@ $(MISC)$/%.cxx : %.dic
$(BIN)$/genconv_dict $* $< $@
# ugly - is this dependency really required here?
-$(foreach,i,$(shell $(FIND) . -name "*.dic") $(MISC)$/dict_$(i:b).cxx) : $(BIN)$/genconv_dict
+$(foreach,i,$(shell @$(FIND) . -name "*.dic") $(MISC)$/dict_$(i:b).cxx) : $(BIN)$/genconv_dict