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:
@@ -752,10 +752,11 @@ rule R5KernelStaticLibrary
|
|||||||
rule MergeObjectFromObjects
|
rule MergeObjectFromObjects
|
||||||
{
|
{
|
||||||
# MergeObjectFromObjects <name> : <objects> ;
|
# MergeObjectFromObjects <name> : <objects> ;
|
||||||
|
local objects = [ FGristFiles $(2) ] ;
|
||||||
MakeLocate $(1) : $(LOCATE_TARGET) ;
|
MakeLocate $(1) : $(LOCATE_TARGET) ;
|
||||||
Depends $(<) : $(>) ;
|
Depends $(1) : $(objects) ;
|
||||||
LINK on $(1) = ld ;
|
LINK on $(1) = ld ;
|
||||||
MergeObjectFromObjects1 $(1) : [ FGristFiles $(2) ] ;
|
MergeObjectFromObjects1 $(1) : $(objects) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
actions MergeObjectFromObjects1
|
actions MergeObjectFromObjects1
|
||||||
|
|||||||
Reference in New Issue
Block a user