summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c69eff813..e4a8fd1b3 100644
--- a/Makefile
+++ b/Makefile
@@ -350,6 +350,7 @@ clean:
$(MAKE) -C libc/sysdeps/linux/common clean
$(MAKE) -C extra/locale clean
$(MAKE) -C utils clean
+ $(MAKE) -C libpthread clean
@set -e; \
for i in `(cd $(TOPDIR)/libc/sysdeps/linux/common/sys; ls *.h)` ; do \
$(RM) include/sys/$$i; \