summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-06-26 10:03:25 +0000
committerUlrich Drepper <drepper@redhat.com>1998-06-26 10:03:25 +0000
commitb195f6bcb3127b64159d9f9a3fd287151e2dcd28 (patch)
treed698c8b4234d3b6c9edfc25c418a21de7a2ba82d /Makefile
parente138a80033905ff82025155c00405da998aa07d3 (diff)
Update.
* sysdeps/pthread/pthread.h (PTHREAD_RWLOCK_INITIALIZER): Correct for new definition of pthread_rwlock_t.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
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))