summaryrefslogtreecommitdiff
path: root/i18npool/source/textconversion
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-08 00:24:44 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-08 00:24:44 +0300
commit9398a30eee563227c82ffe43d972642fb43c194d (patch)
treecfcc56d203ee3aeeca2a48df68b419bc202ef47d /i18npool/source/textconversion
parentaf7500ea40d5de7c967a5fff82f257124d03697b (diff)
Run tool executables built for the BUILD platform
Diffstat (limited to 'i18npool/source/textconversion')
-rw-r--r--i18npool/source/textconversion/data/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/textconversion/data/makefile.mk b/i18npool/source/textconversion/data/makefile.mk
index a93a4045af62..967b4f982ea2 100644
--- a/i18npool/source/textconversion/data/makefile.mk
+++ b/i18npool/source/textconversion/data/makefile.mk
@@ -61,7 +61,7 @@ LIB1OBJFILES=$(SHL1OBJS)
APP1TARGET = genconv_dict
$(MISC)$/%.cxx : %.dic
- $(AUGMENT_LIBRARY_PATH) $(BIN)$/genconv_dict $* $< $@
+ $(AUGMENT_LIBRARY_PATH) $(OUT_FOR_BUILD)$/bin$/genconv_dict $* $< $@
# ugly - is this dependency really required here?
$(foreach,i,$(shell @$(FIND) . -name "*.dic") $(MISC)$/dict_$(i:b).cxx) : $(BIN)$/genconv_dict$(EXECPOST)