Fixed Depends in MergeObjectFromObjects
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3257 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
cf0ad7c0c5
commit
c8aa252a8d
5
Jamrules
5
Jamrules
@ -752,10 +752,11 @@ rule R5KernelStaticLibrary
|
||||
rule MergeObjectFromObjects
|
||||
{
|
||||
# MergeObjectFromObjects <name> : <objects> ;
|
||||
local objects = [ FGristFiles $(2) ] ;
|
||||
MakeLocate $(1) : $(LOCATE_TARGET) ;
|
||||
Depends $(<) : $(>) ;
|
||||
Depends $(1) : $(objects) ;
|
||||
LINK on $(1) = ld ;
|
||||
MergeObjectFromObjects1 $(1) : [ FGristFiles $(2) ] ;
|
||||
MergeObjectFromObjects1 $(1) : $(objects) ;
|
||||
}
|
||||
|
||||
actions MergeObjectFromObjects1
|
||||
|
Loading…
Reference in New Issue
Block a user