There mustn't be any rules after a SubInclude.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@166 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2002-07-12 22:54:34 +00:00
parent 2a83bfb482
commit 8a0ccf997a
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
SubDir OBOS_TOP ;
SubInclude OBOS_TOP src ;
WriteKernelConfig $(OBOS_KERNEL_CONFIG) ;
BuildKernel $(OBOS_KERNEL) : $(OBOS_KERNEL_CONFIG) ;
KernelFloppyImage $(OBOS_FLOPPY) : $(OBOS_KERNEL) : $(OBOS_TOP)/src/kernel/boot/arch/$(OBOS_ARCH)/bootblock.bin ;
SubInclude OBOS_TOP src ;