diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 14:26:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 14:26:14 +0000 |
commit | a104c5196960a1694186670cfda67c729e8e1612 (patch) | |
tree | 4c7e992f9729af8e3649676fef2269e5c9211a3d /i18npool/source/indexentry/data | |
parent | ea52abb4f6e0c43d37499e334e14ff754b8098d9 (diff) |
INTEGRATION: CWS ause069 (1.3.24); FILE MERGED
2006/10/18 17:11:15 hjs 1.3.24.1: #i70359# remove forced shell calls
Diffstat (limited to 'i18npool/source/indexentry/data')
-rw-r--r-- | i18npool/source/indexentry/data/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/source/indexentry/data/makefile.mk b/i18npool/source/indexentry/data/makefile.mk index e32113e7dc8f..6ac32477e3bc 100644 --- a/i18npool/source/indexentry/data/makefile.mk +++ b/i18npool/source/indexentry/data/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: hr $ $Date: 2006-08-14 16:21:37 $ +# last change: $Author: obo $ $Date: 2007-01-25 15:26:14 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -68,7 +68,7 @@ LIB1OBJFILES=$(SHL1OBJS) .INCLUDE : target.mk $(MISC)$/%.cxx : %.txt - +$(BIN)$/genindex_data $< $@ $* + $(BIN)$/genindex_data $< $@ $* # ugly - is this dependency really required here? $(foreach,i,$(shell $(FIND) . -name "*.txt") $(MISC)$/dict_$(i:b).cxx) : $(BIN)$/genindex_data |