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:
Ingo Weinhold
2005-02-11 04:57:38 +00:00
parent 6432752755
commit 6b2dcef3ec
+3 -2
View File
@@ -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