summaryrefslogtreecommitdiff
path: root/i18npool/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 15:21:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 15:21:12 +0000
commit8e0e9d9e7aba34e83964b8e0c9c36e0090ff57e8 (patch)
tree8db3af566a73f9f74096e7b2fc0f2b915f3db8a6 /i18npool/source
parentfe0ee9784bfe93e132873fc7623854418b8c3923 (diff)
INTEGRATION: CWS ause061 (1.5.70); FILE MERGED
2006/08/09 10:15:40 hjs 1.5.70.2: #67188# get application name right 2006/07/10 13:47:18 hjs 1.5.70.1: #i67188# rewrite dependency on generation tool
Diffstat (limited to 'i18npool/source')
-rw-r--r--i18npool/source/breakiterator/data/makefile.mk14
1 files changed, 11 insertions, 3 deletions
diff --git a/i18npool/source/breakiterator/data/makefile.mk b/i18npool/source/breakiterator/data/makefile.mk
index e0b56ddf5e5d..dd9dbc4860ef 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.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 17:02:56 $
+# last change: $Author: hr $ $Date: 2006-08-14 16:21:12 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -77,8 +77,16 @@ SHL2OBJS= \
LIB2TARGET= $(SLB)$/$(SHL2TARGET).lib
LIB2OBJFILES=$(SHL2OBJS)
+DEPOBJFILES= \
+ $(SLO1FILES) \
+ $(SLO2FILES)
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-$(MISC)$/dict_%.cxx : %.dic $(BIN)$/gendict
+$(MISC)$/dict_%.cxx : %.dic
+$(BIN)$/gendict $< $@
+
+# ugly - is this dependency really required here?
+$(foreach,i,$(shell $(FIND) . -name "*.dic") $(MISC)$/dict_$(i:b).cxx) : $(BIN)$/gendict$(EXECPOST)
+