Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lm/Jamfile')
-rw-r--r--lm/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lm/Jamfile b/lm/Jamfile
index 88455709b..fd169b000 100644
--- a/lm/Jamfile
+++ b/lm/Jamfile
@@ -17,4 +17,4 @@ run model_test.cc ../util//kenutil kenlm ..//boost_unit_test_framework : : test.
exe query : ngram_query.cc kenlm ../util//kenutil ;
exe build_binary : build_binary.cc kenlm ../util//kenutil ;
-exe kenlm_max_order : max_order.cc : $(max-order) ;
+exe kenlm_max_order : max_order.cc : <include>.. $(max-order) ;