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-%). --- nptl/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nptl') diff --git a/nptl/Makefile b/nptl/Makefile index 5c8c4c6a74..33b5e9adea 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -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 \ -- cgit 1.4.1