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:
authorKenneth Heafield <github@kheafield.com>2012-11-08 02:28:42 +0400
committerKenneth Heafield <github@kheafield.com>2012-11-08 02:28:42 +0400
commite9eb7dd0211d40fad4ad2fedf8657c371fb02b09 (patch)
treeec649674f29d8073bf0c0d28943cd153260a241e /mert/Jamfile
parentd7ecd0be1a15893c38352a951461f353b09510fb (diff)
More shared build fixes
Diffstat (limited to 'mert/Jamfile')
-rw-r--r--mert/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mert/Jamfile b/mert/Jamfile
index 4f3ee0465..62ae1abf1 100644
--- a/mert/Jamfile
+++ b/mert/Jamfile
@@ -49,7 +49,7 @@ SentenceLevelScorer.cpp
Permutation.cpp
PermutationScorer.cpp
StatisticsBasedScorer.cpp
-../util//kenutil m ..//z ;
+../util//kenutil m ..//z : <include>. : : <include>. ;
exe mert : mert.cpp mert_lib ../moses/src//ThreadPool ;