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:
authorEva Hasler <ehasler@saxnot.inf.ed.ac.uk>2012-07-04 14:49:07 +0400
committerEva Hasler <ehasler@saxnot.inf.ed.ac.uk>2012-07-04 14:49:07 +0400
commit027a20730e1c0a8c6130a73601d96933006a7cd3 (patch)
treeb5922eb731eed24c62616aabaf1237989c7f096b /jam-files
parentfd19d33aec73be30142390e617bdd8a1ad0018e3 (diff)
parent07a5c67ebce0649cbfa2149b25a2d3042c612654 (diff)
merge Jamfiles
Diffstat (limited to 'jam-files')
-rw-r--r--jam-files/sanity.jam4
1 files changed, 3 insertions, 1 deletions
diff --git a/jam-files/sanity.jam b/jam-files/sanity.jam
index 7b93cf36f..35caf4602 100644
--- a/jam-files/sanity.jam
+++ b/jam-files/sanity.jam
@@ -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)/dist$(GITTAG) ;
+ prefix = $(TOP)$(GITTAG) ;
}
+
rule install-bin-libs ( deps * ) {
local bindir = [ option.get "bindir" : $(prefix)/bin ] ;
local libdir = [ option.get "libdir" : $(prefix)/lib ] ;