From 4472757fb02d1343c5e6c808c7d0397f6c866aef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 26 Jan 2004 10:33:13 +0000 Subject: [PATCH] Renamed the generic "floppy" target to "boot_floppy" so that it doesn't clash with the floppy driver anymore. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6325 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index be325ee683..80cd56cfe4 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -465,8 +465,8 @@ BuildKernel $(OBOS_KERNEL) : $(OBOS_KERNEL_CONFIG) ; KernelFloppyImage $(OBOS_FLOPPY) : $(OBOS_KERNEL) : $(SUBDIR)/boot/arch/$(OBOS_ARCH)/bootblock.bin ; -Depends floppy : $(OBOS_FLOPPY) ; -NotFile floppy ; +Depends boot_floppy : $(OBOS_FLOPPY) ; +NotFile boot_floppy ; SubInclude OBOS_TOP src kernel apps ; SubInclude OBOS_TOP src kernel boot ;