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
path: root/moses
diff options
context:
space:
mode:
authorChristian Buck <cbuck@lantis.de>2012-03-16 06:57:49 +0400
committerChristian Buck <cbuck@lantis.de>2012-03-16 06:57:49 +0400
commitb499c1cd85eaecb4aaaccd6a864a3e4d663b4794 (patch)
treeebde319d2bd05d899a2cd2dbb24918ce4a3971ad /moses
parentaa15c1e304e4c325c684ce4a18d4b8c91215c989 (diff)
parent918bcafb808fe3067a4d689607bffb7dbbf0a914 (diff)
Merge branch 'master' of github.com:moses-smt/mosesdecoder
Diffstat (limited to 'moses')
-rw-r--r--moses/src/LM/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/src/LM/Jamfile b/moses/src/LM/Jamfile
index 372bb79f3..c3d30aa59 100644
--- a/moses/src/LM/Jamfile
+++ b/moses/src/LM/Jamfile
@@ -40,7 +40,7 @@ local with-randlm = [ option.get "with-randlm" ] ;
if $(with-randlm) {
lib randlm : : <search>$(with-randlm)/lib <search>$(with-randlm)/lib64 ;
obj Rand.o : Rand.cpp randlm ..//headers : <include>$(with-randlm)/include <include>$(with-randlm)/include/randlm ;
- alias rand : Rand.o : : : <define>LM_RAND ;
+ alias rand : Rand.o randlm : : : <define>LM_RAND ;
dependencies += rand ;
}