diff --git a/src/kernel/core/Jamfile b/src/kernel/core/Jamfile index e76dc22f6f..3ee68e599f 100644 --- a/src/kernel/core/Jamfile +++ b/src/kernel/core/Jamfile @@ -45,8 +45,9 @@ KernelMergeObject kernel_core.o : : -fno-pic ; -# We need to specify the dependency on the generated syscalls file explicitly. -Includes [ FGristFiles syscalls.c ] : syscall_dispatcher.h ; +# We need to specify the dependency on the generated syscalls files explicitly. +Includes [ FGristFiles syscalls.c ] + : syscall_dispatcher.h syscall_table.h ; KernelLd linkhack.so : <$(SOURCE_GRIST)>linkhack.o