diff options
Diffstat (limited to 'sysdeps/unix/Makefile')
-rw-r--r-- | sysdeps/unix/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/Makefile b/sysdeps/unix/Makefile index fd4166615d..0496cf8272 100644 --- a/sysdeps/unix/Makefile +++ b/sysdeps/unix/Makefile @@ -295,9 +295,11 @@ $(objpfx)sysd-syscalls: $(..)sysdeps/unix/make-syscalls.sh \ # This syscall objects depend on s-proto.d, which is generated to # specify dependencies generated syscalls with have on headers. ifdef subdir +ifndef no_deps # 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 endif |