2002-12-22 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Mon, 23 Dec 2002 00:44:58 +0000 (00:44 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 23 Dec 2002 00:44:58 +0000 (00:44 +0000)
* Makefile (omit-deps): Add $(unix-syscalls:%=ptw-%).

linuxthreads/Makefile
nptl/Makefile

index 7c993ac..e9cbf5e 100644 (file)
@@ -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
 
index 5c8c4c6..33b5e9a 100644 (file)
@@ -112,6 +112,9 @@ libpthread-shared-only-routines = pt-allocrtsig
 
 libpthread-nonshared = pthread_atfork
 
+# Don't generate deps for calls with no sources.  See sysdeps/unix/Makefile.
+omit-deps = $(unix-syscalls:%=ptw-%)
+
 
 tests = tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex5 tst-mutex6 \
        tst-mutex7 \