* Forgot to set the location of the bootman.bin file.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40152 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2011-01-08 13:57:57 +00:00
parent d3dd01a500
commit 410ec88303
+1
View File
@@ -33,6 +33,7 @@ DoCatalogs BootManager : x-vnd.Haiku-BootManager : $(cataloguedSources) ;
rule AssembleYasmBin object : source
{
SEARCH on $(source) = $(SUBDIR) ;
MakeLocateArch $(object) ;
Depends $(object) : $(source) ;
}