diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 14:25:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 14:25:37 +0000 |
commit | 0fa3739737bb84d8dfd14f37d3d2f335193f8644 (patch) | |
tree | 82bbbf7914da7664aedb41752a8750cb7165ebde | |
parent | 5525c491307bb7e6769d7529cf33f953b9009aac (diff) |
INTEGRATION: CWS ause069 (1.6.24); FILE MERGED
2006/10/18 17:11:14 hjs 1.6.24.1: #i70359# remove forced shell calls
-rw-r--r-- | i18npool/source/breakiterator/data/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/source/breakiterator/data/makefile.mk b/i18npool/source/breakiterator/data/makefile.mk index dd9dbc4860ef..a5a29d4c1911 100644 --- a/i18npool/source/breakiterator/data/makefile.mk +++ b/i18npool/source/breakiterator/data/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hr $ $Date: 2006-08-14 16:21:12 $ +# last change: $Author: obo $ $Date: 2007-01-25 15:25:37 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -85,7 +85,7 @@ DEPOBJFILES= \ .INCLUDE : target.mk $(MISC)$/dict_%.cxx : %.dic - +$(BIN)$/gendict $< $@ + $(BIN)$/gendict $< $@ # ugly - is this dependency really required here? $(foreach,i,$(shell $(FIND) . -name "*.dic") $(MISC)$/dict_$(i:b).cxx) : $(BIN)$/gendict$(EXECPOST) |