summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-10-04 00:29:14 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-10-04 00:29:14 +0000
commit8c7ac6fc362d2d958c97262032c7dbde3471b100 (patch)
treee809e1f42e7b9059aaec495db5be4c90c119157e /Makefile
parent30ad5a705dad5ac4ccae99cbd00c1a05863de4de (diff)
Clean up pthread include mess. Some of these will be needed to support NPTL, but they do no harm for the linuxthreads case. Yes, I tested this.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 945c59558..b46518d0a 100644
--- a/Makefile
+++ b/Makefile
@@ -353,6 +353,7 @@ clean:
$(RM) include/fpu_control.h
$(MAKE) -C extra/locale clean
$(MAKE) -C ldso clean
+ $(MAKE) -C libc clean
$(MAKE) -C libpthread clean
$(MAKE) -C test clean
$(MAKE) -C utils clean