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:
Michael Lotz 2010-03-02 00:53:41 +00:00
parent ddee094350
commit e3c9401739

View File

@ -1,4 +1,6 @@
rule BuildAnybootMBR binary : source {
Depends $(binary) : $(source) ;
MBR_SOURCE on $(binary) = $(source) ;
BuildAnybootMBR1 $(binary) ;