diff --git a/src/kernel/boot/Jamfile b/src/kernel/boot/Jamfile index c05f3afd8e..79c7816f78 100644 --- a/src/kernel/boot/Jamfile +++ b/src/kernel/boot/Jamfile @@ -1,8 +1,8 @@ SubDir OBOS_TOP src kernel boot ; -SystemMain bootmaker : bootmaker.c : $(OBOS_KERNEL) ; +SystemMain bootmaker : bootmaker.c ; SystemMain bin2h : bin2h.c ; SystemMain bin2asm : bin2asm.c ; -SystemMain makeflop : makeflop.c : $(OBOS_FLOPPY) ; +SystemMain makeflop : makeflop.c ; SubInclude OBOS_TOP src kernel boot arch ;