From cf1a2ca1ff47e1b73c372d921ad34793d5fccbe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 7 Nov 2008 08:33:46 +0000 Subject: [PATCH] OF bootloader might be of more use than a PC floppy image there... :) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28546 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/CDBootPPCImage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/CDBootPPCImage b/build/jam/CDBootPPCImage index 2839de8c91..fdcb04f90b 100644 --- a/build/jam/CDBootPPCImage +++ b/build/jam/CDBootPPCImage @@ -15,7 +15,7 @@ NotFile $(HAIKU_CD_BOOT_PPC_IMAGE_CONTAINER_NAME) ; local extras = chrpboot.txt README.html ; SEARCH on $(extras) = [ FDirName $(HAIKU_TOP) data boot_cd ] ; -BuildCDBootPPCImage $(HAIKU_CD_BOOT_PPC_IMAGE) : $(HAIKU_BOOT_FLOPPY) : $(extras) ; +BuildCDBootPPCImage $(HAIKU_CD_BOOT_PPC_IMAGE) : boot_loader_openfirmware : $(extras) ; NotFile haiku-boot-cd-ppc ;