diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-26 10:03:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-26 10:03:25 +0000 |
commit | b195f6bcb3127b64159d9f9a3fd287151e2dcd28 (patch) | |
tree | d698c8b4234d3b6c9edfc25c418a21de7a2ba82d /Makefile | |
parent | e138a80033905ff82025155c00405da998aa07d3 (diff) | |
download | glibc-b195f6bcb3127b64159d9f9a3fd287151e2dcd28.tar.gz glibc-b195f6bcb3127b64159d9f9a3fd287151e2dcd28.tar.xz glibc-b195f6bcb3127b64159d9f9a3fd287151e2dcd28.zip |
Update.
* sysdeps/pthread/pthread.h (PTHREAD_RWLOCK_INITIALIZER): Correct for new definition of pthread_rwlock_t.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index fdfc6d7ca8..8152e59c5f 100644 --- a/Makefile +++ b/Makefile @@ -308,5 +308,6 @@ headers2_0 := __math.h bytesex.h confname.h direntry.h elfclass.h \ sys/kernel_termios.h sys/msq_buf.h sys/sem_buf.h \ sys/shm_buf.h sys/socketcall.h +.PHONY: remove-old-headers remove-old-headers: rm -f $(addprefix $(inst_includedir)/, $(headers2_0)) |