Make sure the hack-coff tool is built when needed.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28910 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2009-01-15 16:47:53 +00:00
parent ff6ab52278
commit b641656c2b

View File

@ -54,6 +54,7 @@ rule BuildCoffLoader {
COFF_FORMAT on $(coffLoader) = xcoff-powermac ;
HACK_COFF on $(coffLoader) = <build>hack-coff ;
Depends $(coffLoader) : <build>hack-coff ;
Depends $(coffLoader) : $(bootLoader) ;
MakeLocateDebug $(coffLoader) ;
}