aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-17 10:07:21 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-17 10:07:21 +0000
commit8824b0a1bf8734541b41381bedbe319933cab978 (patch)
tree054ec2d18c8e56f287fff777309406fb6db236c8 /nptl/Makefile
parent609b4783564008cafdeb947bfd613a1bcb5946f6 (diff)
downloadglibc-8824b0a1bf8734541b41381bedbe319933cab978.zip
glibc-8824b0a1bf8734541b41381bedbe319933cab978.tar.gz
glibc-8824b0a1bf8734541b41381bedbe319933cab978.tar.bz2
Update.
2003-01-17 Ulrich Drepper <drepper@redhat.com> * Makefile (headers): Add bits/semaphore.h.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 367c95c..eb89176 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -23,7 +23,7 @@ subdir := nptl
nptl-version := $(shell sed -n 's/^.*$(subdir) \([0-9.]*\).*$$/\1/p' Banner)
-headers := pthread.h semaphore.h
+headers := pthread.h semaphore.h bits/semaphore.h
extra-libs := libpthread
extra-libs-others := $(extra-libs)