[libc] Add a missing deps to the linux syscalls target.

Submitted as obvious.

GitOrigin-RevId: 4e8830830ee475559459427387f1dc765b660a07
diff --git a/config/linux/CMakeLists.txt b/config/linux/CMakeLists.txt
index 86b178a..91135be 100644
--- a/config/linux/CMakeLists.txt
+++ b/config/linux/CMakeLists.txt
@@ -6,6 +6,8 @@
     inline_syscalls=${LIBC_TARGET_MACHINE}/syscall.h.inc
   DATA_FILES
     ${LIBC_TARGET_MACHINE}/syscall.h.inc
+  DEPENDS
+    support_common_h
 )
 
 add_subdirectory(x86_64)