Explicitly declare the inclusion of the syscall table file generated by gensyscalls.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11342 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -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 ] : <syscalls>syscall_dispatcher.h ;
|
||||
# We need to specify the dependency on the generated syscalls files explicitly.
|
||||
Includes [ FGristFiles syscalls.c ]
|
||||
: <syscalls>syscall_dispatcher.h <syscalls>syscall_table.h ;
|
||||
|
||||
KernelLd linkhack.so :
|
||||
<$(SOURCE_GRIST)>linkhack.o
|
||||
|
||||
Reference in New Issue
Block a user