summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-06-12 01:57:45 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-06-12 01:57:45 +0000
commit7910749bb6b82696ad718f2ef75e9e181f1ad6f4 (patch)
tree2b08b94ca6ddf08467fc8f3772e960e38f31c584 /Makefile
parent12956d0dc1358c8b53af4aaeef5986a4d870409b (diff)
downloaduClibc-alpine-7910749bb6b82696ad718f2ef75e9e181f1ad6f4.tar.bz2
uClibc-alpine-7910749bb6b82696ad718f2ef75e9e181f1ad6f4.tar.xz
Fixed up 'clean' target for latest NPTL changes and modified include
dependency directories so that either thread model can be used by the C library modules that need some knowledge of pthreads.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b7f4d8f70..4cbe4c907 100644
--- a/Makefile
+++ b/Makefile
@@ -350,6 +350,7 @@ clean:
$(MAKE) -C libc/unistd clean
$(MAKE) -C libc/sysdeps/linux/common clean
$(MAKE) -C extra/locale clean
+ $(MAKE) -C libpthread clean
@set -e; \
for i in `(cd $(TOPDIR)/libc/sysdeps/linux/common/sys; ls *.h)` ; do \
$(RM) include/sys/$$i; \