Skip to content

Commit

Permalink
Merge github.com:moses-smt/mosesdecoder
Browse files Browse the repository at this point in the history
  • Loading branch information
Hieu Hoang committed May 31, 2012
2 parents 417d5ee + f716673 commit bc2bf82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions jam-files/sanity.jam
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,11 @@ if [ option.get "git" : : "yes" ] {
prefix = [ option.get "prefix" ] ;
if $(prefix) {
prefix = [ path.root $(prefix) [ path.pwd ] ] ;
prefix = $(prefix)$(GITTAG) ;
} else {
prefix = $(TOP)$(GITTAG) ;
}

rule install-bin-libs ( deps * ) {
local bindir = [ option.get "bindir" : $(prefix)/bin ] ;
local libdir = [ option.get "libdir" : $(prefix)/lib ] ;
Expand Down
1 change: 0 additions & 1 deletion mert/init.opt

This file was deleted.

0 comments on commit bc2bf82

Please sign in to comment.