Depends => LocalDepends : avoids dependency on files
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13104 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -105,7 +105,7 @@ rule GenerateChapterXML
|
|||||||
|
|
||||||
local xmls = [ FGristFiles $(sources:S=.xml) ] ;
|
local xmls = [ FGristFiles $(sources:S=.xml) ] ;
|
||||||
Includes $(target) : $(xmls) ;
|
Includes $(target) : $(xmls) ;
|
||||||
Depends files : $(target) ;
|
LocalDepends files : $(target) ;
|
||||||
Depends $(target) : $(template) ;
|
Depends $(target) : $(template) ;
|
||||||
XMLS on $(target) = "<xi:include xmlns:xi=\"http://www.w3.org/2001/XInclude\" href=\""$(xmls:BS)"\" />\
|
XMLS on $(target) = "<xi:include xmlns:xi=\"http://www.w3.org/2001/XInclude\" href=\""$(xmls:BS)"\" />\
|
||||||
" ;
|
" ;
|
||||||
|
|||||||
Reference in New Issue
Block a user