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-12-01 22:26:05 +0400
committerKenneth Heafield <github@kheafield.com>2011-12-01 22:26:05 +0400
commita0d79781e555067a31823b593ff3f36d6ed5e54e (patch)
tree99a7ca15a77378c080300fcccef7e364d05998e9 /Jamroot
parentececab6e2723e0122c49401ee9afca85e5fc39fc (diff)
Merge CreateOnDisk into OnDiskPt, pop out of src
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index 1a4a25cdc..40d3bca9b 100644
--- a/Jamroot
+++ b/Jamroot
@@ -191,7 +191,7 @@ if [ option.get "git" : : "yes" ] {
constant GITTAG : "" ;
}
-alias programs : lm//query lm//build_binary moses-chart-cmd/src//moses_chart moses-cmd/src//programs CreateOnDisk/src//CreateOnDisk mert//programs contrib/server//mosesserver misc//programs ;
+alias programs : lm//query lm//build_binary moses-chart-cmd/src//moses_chart moses-cmd/src//programs OnDiskPt//CreateOnDisk mert//programs contrib/server//mosesserver misc//programs ;
prefix = [ option.get "prefix" : $(TOP)/dist$(GITTAG) ] ;
bindir = [ option.get "bindir" : $(prefix)/bin ] ;