diff options
Diffstat (limited to 'sysdeps/unix/Makefile')
-rw-r--r-- | sysdeps/unix/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/unix/Makefile b/sysdeps/unix/Makefile index a09ea4f76f..fd4166615d 100644 --- a/sysdeps/unix/Makefile +++ b/sysdeps/unix/Makefile @@ -292,4 +292,12 @@ $(objpfx)sysd-syscalls: $(..)sysdeps/unix/make-syscalls.sh \ done > $@T mv -f $@T $@ +# This syscall objects depend on s-proto.d, which is generated to +# specify dependencies generated syscalls with have on headers. +ifdef subdir +# These deps use file names relative to a subdir, so don't +# include them in the parent directory. +-include $(objpfx)s-proto.d +endif + endif |