diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-23 00:44:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-23 00:44:58 +0000 |
commit | 645294eb8989b997d3124745705fb60d87c75723 (patch) | |
tree | 6dcdb2b67fc80935dda50f006fdb7baacd8dda61 /nptl | |
parent | 2e4f58a4f680dda8e8b8afd1072ac275858a245d (diff) | |
download | glibc-645294eb8989b997d3124745705fb60d87c75723.tar glibc-645294eb8989b997d3124745705fb60d87c75723.tar.gz glibc-645294eb8989b997d3124745705fb60d87c75723.tar.bz2 glibc-645294eb8989b997d3124745705fb60d87c75723.zip |
2002-12-22 Roland McGrath <roland@redhat.com>
* Makefile (omit-deps): Add $(unix-syscalls:%=ptw-%).
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |