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>2011-11-28 13:19:45 +0400
committerKenneth Heafield <github@kheafield.com>2011-11-28 13:19:45 +0400
commitf564876e5e5b41ad5183e82cb343cb127ead62b2 (patch)
treefba78388da57e514778ea01bd5a620a771ee43cc /mert/Jamfile
parenta0efeb5e6e90e5132550c4f4ba78b8bd402f6173 (diff)
Avoid naming conflict with glibc's libutil
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 75cd02200..e095f9577 100644
--- a/mert/Jamfile
+++ b/mert/Jamfile
@@ -29,7 +29,7 @@ TERsrc/tools.cpp
TerScorer.cpp
CderScorer.cpp
MergeScorer.cpp
-../util//util m ..//z ;
+../util//kenutil m ..//z ;
exe mert : mert.cpp mert_lib ../moses/src//ThreadPool ;