Add missing dependency that would cause the MBR not to be rebuilt on changes.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35716 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ddee094350
commit
e3c9401739
@ -1,4 +1,6 @@
|
|||||||
rule BuildAnybootMBR binary : source {
|
rule BuildAnybootMBR binary : source {
|
||||||
|
Depends $(binary) : $(source) ;
|
||||||
|
|
||||||
MBR_SOURCE on $(binary) = $(source) ;
|
MBR_SOURCE on $(binary) = $(source) ;
|
||||||
|
|
||||||
BuildAnybootMBR1 $(binary) ;
|
BuildAnybootMBR1 $(binary) ;
|
||||||
|
Loading…
Reference in New Issue
Block a user