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
commit58054214b7cb89a769d91a3cfe4f5cde75983206 (patch)
treefba78388da57e514778ea01bd5a620a771ee43cc /mert/Jamfile
parent6abce3cfccf23e5b5a0e98dcf90abfe010bba7a4 (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 ;