From 645294eb8989b997d3124745705fb60d87c75723 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 23 Dec 2002 00:44:58 +0000 Subject: 2002-12-22 Roland McGrath * Makefile (omit-deps): Add $(unix-syscalls:%=ptw-%). --- linuxthreads/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linuxthreads/Makefile') diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 7c993ac0fd..e9cbf5e8b8 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -47,6 +47,8 @@ libpthread-routines := attr cancel condvar join manager mutex ptfork \ ptw-open ptw-open64 ptw-pause ptw-pread ptw-pread64 \ ptw-pwrite ptw-pwrite64 ptw-tcdrain ptw-wait \ ptw-waitpid pt-system +# Don't generate deps for calls with no sources. See sysdeps/unix/Makefile. +omit-deps = $(unix-syscalls:%=ptw-%) libpthread-shared-only-routines = pt-allocrtsig -- cgit v1.2.3