diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-16 13:33:43 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-16 13:33:43 +0000 |
commit | 9c4b1e01681c1ccaeba512db18e0d5802baffec4 (patch) | |
tree | 6b03ecf01269e31d62db762cd0ff29d7da21cf76 | |
parent | c62c0f090b7ee8fc3c081117b0ccdc64fb6b1364 (diff) |
INTEGRATION: CWS ause085 (1.5.2); FILE MERGED
2007/11/26 15:00:05 hjs 1.5.2.1: #i83981# makefile fixes
-rw-r--r-- | i18npool/source/textconversion/data/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/source/textconversion/data/makefile.mk b/i18npool/source/textconversion/data/makefile.mk index c7e0f3aa6be3..697a605f4312 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.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2007-11-06 15:51:51 $ +# last change: $Author: ihi $ $Date: 2008-01-16 14:33:43 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -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$(EXECPOST) |