summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2011-09-29 17:43:02 +0200
committerThorsten Behrens <tbehrens@novell.com>2011-09-29 17:44:54 +0200
commit12963fc35cb7ad428cebd24f256c1e271142daf7 (patch)
tree6e8f4bd75d8757448ea622a420e70bb0c3ce2a84
parentset lang to en-US in order l10ntools can extract strings (diff)
downloaddictionaries-12963fc35cb7ad428cebd24f256c1e271142daf7.tar.gz
dictionaries-12963fc35cb7ad428cebd24f256c1e271142daf7.zip
Make dicts cross-buildable
Use build host idxdict for index generation.
-rw-r--r--dictionaries/ar/makefile.mk2
-rw-r--r--dictionaries/bg_BG/makefile.mk2
-rw-r--r--dictionaries/pt_PT/makefile.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/dictionaries/ar/makefile.mk b/dictionaries/ar/makefile.mk
index c87d76d..78bff28 100644
--- a/dictionaries/ar/makefile.mk
+++ b/dictionaries/ar/makefile.mk
@@ -81,5 +81,5 @@ EXTENSION_PACKDEPS=$(COMPONENT_FILES) $(COMPONENT_UNZIP_FILES)
#.INCLUDE : $(PRJ)$/prj$/tests.mk
$(EXTENSIONDIR)$/th_ar.idx : "$(EXTENSIONDIR)$/th_ar.dat"
- $(AUGMENT_LIBRARY_PATH) $(LOCAL_OUT)$/bin$/idxdict -o $(EXTENSIONDIR)$/th_ar.idx <$(EXTENSIONDIR)$/th_ar.dat
+ $(AUGMENT_LIBRARY_PATH) $(LOCAL_OUT_FOR_BUILD)$/bin$/idxdict -o $(EXTENSIONDIR)$/th_ar.idx <$(EXTENSIONDIR)$/th_ar.dat
diff --git a/dictionaries/bg_BG/makefile.mk b/dictionaries/bg_BG/makefile.mk
index 24dca27..f999630 100644
--- a/dictionaries/bg_BG/makefile.mk
+++ b/dictionaries/bg_BG/makefile.mk
@@ -83,4 +83,4 @@ EXTENSION_PACKDEPS=$(COMPONENT_FILES) $(COMPONENT_UNZIP_FILES)
.INCLUDE : $(PRJ)$/prj$/tests.mk
$(EXTENSIONDIR)$/th_bg_BG_v2.idx : "$(EXTENSIONDIR)$/th_bg_BG_v2.dat"
- $(AUGMENT_LIBRARY_PATH) $(LOCAL_OUT)$/bin$/idxdict -o $(EXTENSIONDIR)$/th_bg_BG_v2.idx <$(EXTENSIONDIR)$/th_bg_BG_v2.dat
+ $(AUGMENT_LIBRARY_PATH) $(LOCAL_OUT_FOR_BUILD)$/bin$/idxdict -o $(EXTENSIONDIR)$/th_bg_BG_v2.idx <$(EXTENSIONDIR)$/th_bg_BG_v2.dat
diff --git a/dictionaries/pt_PT/makefile.mk b/dictionaries/pt_PT/makefile.mk
index 0658629..ae72268 100644
--- a/dictionaries/pt_PT/makefile.mk
+++ b/dictionaries/pt_PT/makefile.mk
@@ -82,4 +82,4 @@ EXTENSION_PACKDEPS=$(COMPONENT_FILES) $(COMPONENT_UNZIP_FILES)
#.INCLUDE : $(PRJ)$/prj$/tests.mk
$(EXTENSIONDIR)$/th_pt_PT_v2.idx : "$(EXTENSIONDIR)$/th_pt_PT_v2.dat"
- $(AUGMENT_LIBRARY_PATH) $(LOCAL_OUT)$/bin$/idxdict -o $(EXTENSIONDIR)$/th_pt_PT_v2.idx <$(EXTENSIONDIR)$/th_pt_PT_v2.dat
+ $(AUGMENT_LIBRARY_PATH) $(LOCAL_OUT_FOR_BUILD)$/bin$/idxdict -o $(EXTENSIONDIR)$/th_pt_PT_v2.idx <$(EXTENSIONDIR)$/th_pt_PT_v2.dat