diff --git a/src/apps/bootmanager/Jamfile b/src/apps/bootmanager/Jamfile index 61f4b352bc..a141789323 100644 --- a/src/apps/bootmanager/Jamfile +++ b/src/apps/bootmanager/Jamfile @@ -30,10 +30,11 @@ DoCatalogs BootManager : x-vnd.Haiku-BootManager : $(cataloguedSources) ; # Assemble the boot loader, and convert it into a header file +# TODO: should be merged with the AssembleNasm rule rule AssembleYasmBin object : source { SEARCH on $(source) = $(SUBDIR) ; - MakeLocateArch $(object) ; + MakeLocateDebug $(object) ; Depends $(object) : $(source) ; }