jam seems to badly handle parenthesis with the B modifier : the workaround is to remove other modifiers

fixes ticket #981


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19945 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2007-01-24 18:39:22 +00:00
parent e9eb6bf7b5
commit 8ca0de0c89
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ rule AddFilesToHaikuImage
if $(destName) {
name = $(destName) ;
} else {
name = $(target:BS) ;
name = $(target:G=:D=) ;
}
local destTarget = $(name:G=HaikuImage__$(directory:G=)) ;